Quantcast
Channel: Aspose.Pdf Product Family
Browsing all 3131 articles
Browse latest View live

Re: How to limit memory usage when extracting text from large PDFs?

Has there been any change in this issue?  I am facing exactly the same problem.

View Article


Accented Characters in PDF Files

Hi,When I try to generate a PDF with the word "Książęce" in it, it comes out with spaces in the place of certain characters.See a complete, reproducable code listing class Program    {        static...

View Article


Remove Image Stamp from PDF

Hi Team, I have a requirement to add a QR code on PDF and later on it should be removed from the file.So I use below code to add the QR code image in to PDF.//Open documentDocument pdfDocument = new...

View Article

need support about aspose pdf

how to create dinamic row table This message was posted using Banckle Live Chat 2 Forum

View Article

PDF password protection not working

I have the Aspose Total lic. (pdf.dll v9.1.0.0)I an using the PDF password protect API but when I open the PDF filethe OWNER and USER see the same menu options - what i mean is that the OWN also see...

View Article


HTML with multibyte characters don't convert to PDF properly

When I create a pdf document from html string, multibyte characters are missing in saved document,  see code below:                    var pdf = new Aspose.Pdf.Generator.Pdf();...

View Article

Saving as TIF issue

The resulting Tif is not viewable in TIFF Viewer (Windows) - says it is corrupted.Code below:Aspose.Pdf.Document pdfDoc = new Aspose.Pdf.Document("HelloWorld.pdf"); pdfDoc.Save("HelloWorld.tif");I am...

View Article

split pdf file to individual pages get this error - value can not be null in...

hi dears,i try pdf splitting in aspose java and occured this errorCaused by: class com.aspose.ms.System.g: Value cannot be null.Parameter name: path1com.aspose.ms.System.e.ae.bp(Unknown...

View Article


Wrong PageInfo for landscape ?

The pages of my Pdf actually are in landscape mode... But how can I detect this. My goal is simply to initialize a PngDevice in order to export Pages with their original ratio. Below is the PageInfo I...

View Article


converting text to PDF doesn't finish

Hi.i have a text file that when i try to convert to pdf, the save command runs for hours and don't complete.i am using latest PDF dll 9.0.0 for 3.5 .net frameworkhere is the example...

View Article

Problem signing a PDF file

We are migrating the obsolete Aspose.Pdf.Kit library to Aspose.Pdf version 9.0.0 and experience difficulties with signing a document.The example code in the JavaDoc gives the same compilation error as...

View Article

How to according to the number of PDF pages to convert.

How to according to the number of  PDF pages to convert. No convert the entire PDF file .For example:A PAF File include 5 pages.How to convert page1 and page5 to word?Thanks!

View Article

how to add watermark with rotate 45 to pdf (aspose java)

hi friends,i have tired to add watermark to pdf but there're 3 options, on90, on180 and on270. i want to add on45 from left bottom corner to right top corner. is it possible if it how can i.thanks for...

View Article


Using custom font from custom folder in generator.pdf

Hi, I have a problem with specifying non-default font folder when creating pdf using generator.The scenario is following:I have custom folder that contains true type fonts.I want to create pdf from a...

View Article

Strange text extracted using TextAbsorber

I am trying to extract the text from a PDF file using the TextAbsorber class; here is the code I am using:    Stream stream = File.OpenRead("test.pdf");    using (Document pdfDocument = new...

View Article


PDF convert to HTML - some words overlap

Hello,We are evaluating Aspose.pdf/kit (we already license Aspose.Words for Java for a long time now). The primary thing we're interested in is converting PDF docs to HTML format (text only).I...

View Article

Convert PDF to TIFF

We are trying to convert PDF to TIFF.  If the PDF is just text and can be converted using CCITT4 compression the resulting TIFF is fine and easily read.  However, if the PDF includes color images and...

View Article


Insert image into PDF at specified coordinates - placement, scaling?

Hello there,I need to insert an image of (PNG or JPEG) at specific coordinates of a page in the PDF file. The web application gets the file from the document library and renders it into individual PNG...

View Article

Could not find any font error on linus

Hi My web app runs well on windows (dev machine), but it stop working on centos env. I got these error messages:com.aspose.ms.System.e: Could not find any font. Use Document.addLocalFontPath(String...

View Article

tif to pdf convert error: Unable to read values for Xresolution tag

hi friends,i use aspose pdf  java 9.0. when i try to convert tif file to pdf i get an error like this;Exception in thread "main" java.lang.IllegalStateException: Unable to read values for Xresolution...

View Article
Browsing all 3131 articles
Browse latest View live