Problem searching and extracting text
I have a document where this example does not work ... //open document Document pdfDocument = new Document("input.pdf"); //create TextAbsorber object to extract text TextAbsorber textAbsorber = new...
View ArticleConcat PDF files not working and unable to flatten image field.
Hello, On Oct 13, 2010 I entered a case "concatinating xfa forms is not allowed" and I finally received notice on June 5, 2014 that the issue was resolved. I was able to download the latest version and...
View ArticleUnsupported font style when converting HTML to PDF
Hi I am having problem converting HTML string to PDF by using DOM approach.Here's my sample code snippet.license.SetLicense(lic_path);string fullPath = "C:\\OutputFolder\\"string emailBodyDetails =...
View ArticleLosing content when adding pages from one document to another
I've only just started evaluating Aspose.pdf so might be missing something obvious.When I add an HTML fragment in a paragraph to a document and save that document it works fine.However, when I add the...
View ArticlePDF to DOCX font name generation
Greetings,When doing PDF to DOCX conversion with Aspose, if some font is not presented in the current system, Aspose generates a new name on a template "Fontname"=>"WYDFYJ+Fontname". So, extends...
View Article"OutOfMemoryException" while converting large PDF-files
Hi, while converting large PDF-files into PDF/A-Format an "OutOfMemory"-Exception is thrown. The source-file has a filesize of about 30 MB and consists of 3800+ pages (e.g. reference manual of mySQL)....
View ArticleAspose.Pdf.Generator.Paragraph.IsKeptWithNext Property not working
Hi,I have the following problem:I generate a Aspose.Pdf.Generator.Heading object an set the IsKeptWithNext property. The is add this object as a new paragraph to an exisiting section.After that I add...
View ArticleAspose.Pdf.Devices for .net compact framework
Hello! I try the tiral version of Aspose.Pdf for .NET 9.7.0 for use it with VS2088 and compact framework 2.0 , but when i used some devices to convert one pdf to them, it dose not...
View ArticleSize not decreasing after splitting a document
Hi,I am trying to split a pdf document using the below code. where wipDocument is a java bean holding split document information.for (WipDocumentPage wipDocumentPage : wipDocument .getDocumentPages())...
View ArticleLoading the attached PDF into the Document constructor raises an error
When loading the attached document with the following code:Aspose.Pdf.Document doc = new Aspose.Pdf.Document([path to file]); the following error is raised:"Value cannot be null.\r\nParameter name:...
View ArticleAdd a border to page with Aspose.pdf?
Is it possible to add a border around the entire page with Aspose.pdf?The only examples/documentation I can find all refer to Generator
View ArticleResize to Letter creating Blank pages
Hi,When i Tried to Resize theLegal size pdf to Letter size it is creating Blank Pages in the out put.I am attaching both the pdf's. I am using Apose 9.7.0.0 to do this.But if I use 8.8.0.0 version...
View ArticleAdd TOC in Existing PDF
Hello, My team and I areattempting to add a TOC page to a merged PDF document using the example code that you posted here:http://www.aspose.com/docs/display/pdfnet/Add+TOC+in+existing+PDF While the TOC...
View ArticlePDF from ASPOSE in multiple languages
We have HTML text in following languages, do you know that Aspose.pdf product supports different languages.List of languages are : GermanDutchSpanishKoreanJapaneseTraditional ChineseSimple...
View ArticleConvert HTML to PDF in Classic ASP using Aspose.PDF
Hello, I am working on converting a html file to PDF and I am wondering what the best route to take would be. I have been able to produce a PDF from the HTML document, but it is not rendering anywhere...
View Articleremove LaunchAction java pdf
Hi,I am trying to remove LaunchAction from a pdf file. I am able to get it:IAppointment act = document.getOpenAction();but not delete it.Thanks,
View ArticleExtract text from the header, footer and body
Hello,We are using aspose-pdf-9.5.2.jar with the below code to extract the text of a pdf file:com.aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(this.path); com.aspose.pdf.TextAbsorber...
View ArticleUpgrade Aspose.pdf from 7.5.0 to 9.6.0 break exe's built with 7.5.0
Hello,We have been using aspose.pdf.dll version 7.5.0, Recently we updated aspose.pdf.dll to 9.6.0.If we replace aspose.pdf.dll 7.5.0 with the 9.6.0 ones in our software install directory our...
View Articleadd header/footer while concatenating PDF files..
Hi, New to this PDF control. I would like to be able to add headers/footers to the resultant pdf when providing an array of pdfs to the PdfFileEditor Concatenate routine. Is this at all possible?...
View Articleissue with deleting form fields
Dear Support,I want to scan the document and obtain all the adobe fillable fields (step 1), get their information and then remove them from the document (step 2) as seen below: //Step 1: Get...
View Article