Quantcast
Channel: Pdfcrowd Forums - Pdfcrowd Support Forum
Viewing all 340 articles
Browse latest View live

Websites fail to convert correctly (no replies)

$
0
0
I am finding many websites fail to convert to PDF correctly using both the api and the form at pdfcrowd.com. Examples are...

www.cnn.com
www.nbcnews.com


It seems pdfcrowd can't handle these complex sites since their webform fails, as does my code.

Have others had the same experience? Suggestions?

transform and writing-mode not working on HTML to PDF generate (1 reply)

$
0
0
Greetings,

I am trying to transform my text items by rotating them 90 degrees. My CSS works on browser but when I've generate pdf then its not working .

I used following CSS:

li a {
writing-mode: vertical-lr;
transform: rotate(90deg);
-webkit-transform:rotate(10deg);
-moz-transform:rotate(10deg);
-o-transform:rotate(10deg);
}


Could anybody please suggest any other way?

Can the webpage-to-pdf api work with a url? (1 reply)

$
0
0
With the api, I'd like to print to pdf all posts under a blog - there are around 50 posts. Is that possible with the api or another method? What do you recommend?

Can html-to-pdf convert all blog posts at once? (no replies)

$
0
0
can the html-to-pdf api convert all of the blog posts on a blog page if I just supply the blog page url?

Failed to Load PDF Error (5 replies)

$
0
0
Hello -

I am trying to save a linkedin learning webpage as a PDF. When I try to do it I am getting a Error message attached ( "Failed to Load PDF"). I tried this on another webpage and it worked normally.
I am using a Mac OS x El Captain ver. 10.11.6

Any ideas on why this isn't working on this particular page?

Urgent Help about Purchase and other (no replies)

$
0
0
Hello , I also sent you an email but couldnt get reply, may be i couldnt recieve it.
We loved your product and solution. But the biggest problem is we are in Turkey. What does it mean ? Paypal doesnt accept payments from Turkey.

We are now testing your product, we are having some issues.
Please add us extra trial credits, our pdfs are 1.2mb each, so the trial credits will finish very shortly. And still we couldnt finish the html design part.

Question : how do we expand the width of the footer ? We were using another rproduct before (Winnovative) but it creates problem when you render a pdf which is more than 30 pages. We were using footer with that tool and it was very easy to change the width the footer. But we couldnt find how to do it with your tool.

Please help us about the, extra trial credits, footer, and the payment..

And is there any panel where we can check how many credits left ?

PDFCrowd PDF Not the Same As Chrome Print (1 reply)

$
0
0
We're trying to generate a PDF of this page

https://shawcor-stage.hexagroup.us/pipeline-performance/products/3lpe

using the print CSS. However, the PDF PDFCrowd gives does not match what the print preview Chrome generates as attached.

Here's the simplified version of the code used:

pdfcrowd.Client client = new pdfcrowd.Client(PdfCrowdUsername, PdfCrowdApiKey);
            client.usePrintMedia(true);

            using (System.IO.FileStream stream = new System.IO.FileStream(fullFilePath, System.IO.FileMode.Create))
            {
                client.convertURI(url, stream);
            }

Does anyone have any ideas on what I can do to get the PDF to be more like Chrome's print preview?

NODE.js library CORS issue (1 reply)

$
0
0
I have the following error being returned:
`Fetch API cannot load http://pdfcrowd.com/api/pdf/convert/html/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
bundle.js:97 ERROR: TypeError: Failed to fetch`

The code I am using(I have replaced username and key respectively):
var pdfcrowd = require('pdfcrowd');
var client = new pdfcrowd.Pdfcrowd(user, key);
client.convertHtml('<html>regular HTML code is here</html>', pdfcrowd.saveToFile('download.pdf'));

I read in the forum that CORS was not supported but the post was quite old - this isnt still the case right? If so how am I supposed to use this Node library, currently I am using browserify to use this with a website im putting together

thanks

IP Addresses/range of PDFCrowd servers (1 reply)

$
0
0
Hello team,
what is your IP Addresses/range of PDFCrowd servers?

Thanks!

PDF crowd splitting image to 2 pages (1 reply)

$
0
0
Hi,

We are using PDF crowd to print some of our pages as PDF. We have some images at the bottom of the page, when viewing as webpage, it is coming up fine, however when printing as PDF, the image is cut in the middle and coming as two parts. Is there a way to control printing the content as PDF (to control in which page the content needs to be displayed in the PDF)?
Please let me know if there is any further details needed.
Appreciate any suggestion.

Regards,
Yaser

Mapbox.js (1 reply)

$
0
0
I am trying to create a pdf of a html file with many mapbox.js maps. The zipfile for this can be found here: https://www.dropbox.com/s/eqfpulfgwv3gfmc/report.zip?dl=0.

When rendering the report only some of the maps show and they show in different amounts each time I try to create the pdf.

1. How can I get all the mapbox.js maps to render properly?
2. For the first map the regions should be coloured as a choropleth map. Why is this not working?
3. Multiple pngs in the pdf have transparent backgrounds, but are displayed with a strange background colour. How can this be fixed?

Thank you very much!

Pdfcrowd Error: [503] Simultaneous API calls from a single IP are not allowed. (1 reply)

$
0
0
Hey guys,
I'm on the ultimate plan, and my clients are getting this error
very often:
Pdfcrowd Error: [503] Simultaneous API calls from a single IP are not allowed.

Is there a way to remove this limit from my account
as my website is a multi-user website and at anytime
multiple people could be exporting .pdfs of invoices, contracts, questionnaires, etc...


thanks!
-T

Queries related to usage of PDFcrowd (no replies)

$
0
0
Hi PDFcrowd support,

We will need following information from you. I request you to kindly provide us with the same.

1. What are the charges if we exceed the limit of 20,000 PDFs
2. If we use Java library of the PDFcrowd, does it send data to server to convert it into PDF?
3. In continueation to question 2, can we generate PDF offline?

510 HTTP Response (API) (1 reply)

$
0
0
Hi, we're using the API to post requests to you.

Intermittently we're getting an error back, code 510 - "Error reading data from TLS socket: The specified session has been invalidated for some reason.". Refreshing the request will often then work with the exact same data. Is this a problem at your end?

Thanks!

how do I scale and position a background SVG so PDFCrowd API puts it in the right place? (no replies)

$
0
0
I've tried and tried, as a watermark, as CSS. Nothing's working... Is there an example anywhere I can look at?

Adding Digital Signature to Form (no replies)

$
0
0
Hello all,

Can someone please do me a favor and add digital signature blocks with dates the auto generate in the date signed blocks to the attached form. I would greatly appreciate the help. I am deployed and we are trying to come up with a system for signing forms electronically.

Thanks in advance
Jesse,

landscape format (1 reply)

$
0
0
How can I generate a pdf file in landscape format?

Website is crashed when making PDF (1 reply)

$
0
0
Hi, I have been using your service for over one year, it's great and helpful. But now I have an issue and need your help to fix it.

When I use your service to make a PDF, it's ok but if I make 2 PDF files at a time, my site is down, here is what I saw in the log file:

Cannot declare class PdfcrowdException, because the name is already in use in /dir../pdfcrowd.php on line 43

Error converting html obj word not found. Offset: 148737 (Hex 24501) (no replies)

$
0
0
We are getting an error converting an html file.
obj word not found. Offset: 148737 (Hex 24501)

Can you tell us what this means?
File being converted is attached.

Error Converting html to .pdf (1 reply)

$
0
0
We are receiving an error when trying to convert from html to .pdf.
Error is: Generation number not found in object header. Offset: 147905 (Hex 241c1)
Can you tell us what this error means. The html file we are having the problem with is attached.
Viewing all 340 articles
Browse latest View live