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 ArticleAccented 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 ArticleRemove 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 Articleneed support about aspose pdf
how to create dinamic row table This message was posted using Banckle Live Chat 2 Forum
View ArticlePDF 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 ArticleHTML 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 ArticleSaving 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 Articlesplit 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 ArticleWrong 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 Articleconverting 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 ArticleProblem 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 ArticleHow 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 Articlehow 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 ArticleUsing 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 ArticleStrange 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 ArticlePDF 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 ArticleConvert 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 ArticleInsert 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 ArticleCould 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 Articletif 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