issuu is a free electronic publishing platform for magazines, catalogs, newspapers and more. It offers APIs for uploading, modifying and embedding documents on third party websites.
Questions tagged [issuu]
27 questions
8
votes
2 answers
Downloading PDFs from ISSUU
I am trying to download publication from ISSUU, directly as PDF.
So for example take this URL:
https://issuu.com/vaistinecamelia/docs/camelia_2018_spalis_elvariantas_kre
Any ideas how I could access it?
There is 3rd party services, that do it, like…

galdikas
- 1,609
- 5
- 19
- 43
5
votes
4 answers
Embedding issuu
I need to embed an issuu document inside a website. The website administrator should be allowed to decide which document is displayed on the frontend.
This is an easy task, using the embed link on the issuu page. But I need to customize some options…

Andrea
- 20,253
- 23
- 114
- 183
2
votes
1 answer
Ghostscript + PDF: remove transparency, radial and axial shade
I have PDFs that are being uploaded to ISSUU.
These PDFs can be viewed using FLASH but the browser crashes because of issues with the PDF.
ISSUU diagnosed the PDF and detected that the PDF makes use of transparency, radial and axial shades on its…

Marco
- 21
- 1
- 3
2
votes
1 answer
Issuu get documentId from embedded iframe's configId
I would like to fetch more information for an embedded Issuu player via the Issuu API, but it seems that the new embeds dont carry the documentIds anymore, but a configId.
The API however only works with the documentId.
Example embed:

ivoba
- 5,780
- 5
- 48
- 55
1
vote
0 answers
Prevent search bar for Issuu Find Widget from being hidden
I'm trying to make the search bar feature used in Issuu display at all times. I have been experimenting with chrome dev tools, and it seems that when I remove the class "find-widget--hidden," I get the desired functionality.
However, Issuu uses an…

kat9513
- 11
- 1
1
vote
1 answer
ios. UILabel resize issue
I have some issue with labels layout using storyboard.
Left view snapped to labels trailing constraint, and centered according to text, and nothing more. So problem appears when I try to set different text to label, (when text contains number of…

Vladyslav Shepitko
- 73
- 6
1
vote
1 answer
ISSUU change the default 'Click to read' text on a PDF
Like in the topic: Is there a way to change this text? When I embed the code on my site the generated structure is flash and I can't access it. The only exception is the Chromium Browser which generates element and I can change the text via JS. But…

FreakSoft
- 363
- 2
- 3
- 12
1
vote
1 answer
How to split single pdf page in half vertically using ghostscript
I have a pdf in landscape orientation and is a "Page Spread".
I need to split the page in half vertically in the middle.
I used this setting to cut the pdf in half: this one gets the left part of the page
"C:\Program Files…

SandoMarco
- 11
- 3
1
vote
1 answer
How to use Issuu
I want to use Issuu to generate a document by honsetly I didn’t understand how it works even using the issuu guide.
I don’t know how to use flash so I decided to use an Image as it mentioned in this link :
…

user1275538
- 11
- 3
0
votes
1 answer
Issuu-Not working in Safari
I have a website that embeds issuu documents. Now it seems as the expanding and browsing through the document works in Firefox but not in Safari. You can try it out here: http://uniteich.at/service/agent Nothing happens in Safari if I click on the…

enne87
- 2,221
- 8
- 32
- 61
0
votes
1 answer
The name 'XFile' isn't a type so it can't be used as a type argument. Try correcting the name to an existing type, or defining a type named 'XFile'
[here is the issue (https://i.stack.imgur.com/D0zPF.png)
I have tried to run flutter clean and flutter pub get but no changes I don't know what causing this issue.
I will appreciate your help guys.

Lucky Martins
- 1
- 2
0
votes
1 answer
Scraping Issue - Python, Selenium- NoSuchElementException: Unable to locate element: /
**How can I click a non-button for refresh page - **
I'm trying to web scraping with selenium but I cant click a spesific area. Here is my code and ERROR message.
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from…

Şakir Bayram
- 1
- 1
0
votes
1 answer
Downloading most recent PDF in Issuu
So I have managed to come up with a URL using the Issuu API to get most all of the information about the latest PDF I have uploaded. The problem is that I want to be able to get the URL to download that PDF. How do I determine the URL to download…

Tyler Crompton
- 12,284
- 14
- 65
- 94
0
votes
1 answer
Accounting Calculate Debit credit in SQL(ssms)
I have an accounting calculation problem. I want to write it with SQL Query (in ssms).
I have two groups of documents related to one person (creditor and debtor)
Creditor documents cover debtor documents.
Consider the following example: (How can the…

AAA
- 21
- 6
0
votes
1 answer
Retrive list of documents from issuu.com site without using limit
I am using http://issuu.com site in laravel for uploading documents and retrieving listing of it. I have a problem in fetching list from site.
I want to get all records from http://issuu.com. I have used code
$issuu = new Issuu('--my API key--',…

Mayuri Darji
- 21
- 3