Extract Text from PDF bad formatting
Hello,I'm using the demo code from http://www.aspose.com/docs/display/pdfnet/Extract+Text+from+Pages+of+PDF+Documentto extract text from the attached files (report1.pdf and report2.pdf)for some reasons...
View ArticlePDF conversion - reference version 1.7
Hello, i'm searching for this information: Aspose PDF conversion - from every kind of Aspose supported original files, doing instruction document.save(pdf-file) generates PDF files compatible with...
View ArticleIssue with HtmlFragment class in 9.5.0 version
Hi,I am using the below piece of code and when I use new line character \n, the HTML Fragment does not recognizes it and places the content in the same line. Document doc = new Document();...
View ArticlePDF Tool Tip Nullpointer Exception
Hello team!I wanted to check if PDF Java supports a tool tip that can be added as a feature to the pdf document?I was looking at this sample code you had:// Open a document com.aspose.pdf.Document...
View ArticleError logging
I try to integrate JR exporter into existing solution, at locale computer everything works fine but as soon as I install it on production - it fails without error occuring! Is it possible to add some...
View Articledll for .net framework 4.0 doesnot support
When I build sample application which is downloaded from aspose.com, it throws error as 'The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly...
View ArticleHow do I set zoom level when adding bookmarks to a pdf document?
When adding a bookmark to a PDF document, we use the code below Dim bmaudit As Aspose.Pdf.Facades.Bookmark = New Aspose.Pdf.Facades.Bookmark() bmaudit.Action = "GoTo" bmaudit.Title = "Audit"...
View ArticleAspose PDF : Java : Issue - Text Replacement not automatically re-arrange...
Dear Aspose Team,I am facing issue while replacing text in PDF.Issue : I am able to replace text but the text's are overlapping.Code Which I used attached:SearchReplace.java - Using...
View ArticleFind Text in Pdf Error
I have an issue when using the TextFragmentAbsorber.First let me describe the bigger picture.I have an HTML view. I generate a PDF file from it using HTML to Pdf conversion.I temporarily save the file...
View ArticleHow to set version 1.3 of output pdf after updating text boxes inside an...
Hi We are using aspose.pdf to update certain fields in existing pdf document.Pdf version is 1.3 before updating the fields, and it gets changed to 1.5 after flushing it to web.Also why it adds...
View ArticleCheckbox field types don't always get checked in PDF
I am having an issue consistently checking checkbox fields. Sometimes they work fine and other times they don't. Enclosed is a PDF form (New Account Application.pdf) that has a number of other fields,...
View ArticleInline image alignment in HTML for Aspose.PDF
Hi,I am using the latest version of the Aspose.Pdf.dll - 9.7.0.0. I am trying to render a text paragraph containing HTML tags. The HTML has inline images in it and I can't find a way to vertically...
View Articleadd file twice
I am using Aspose.pdf to replace text in a pdf with file attachments. I want the attachments to show up in 2 places, someplace in the doc and at the end of the doc. The code that I have written add...
View ArticleHTML to PDF - Initial Slow Saving
Hi, We are encountering an issue where the initial saving of PDF (using HTML conversion support) is taking significantly longer than subsequent saves. This performance issues appears to be...
View ArticleHighlight and Dashed Borders
Hello Aspose Team,Is there a way to highlight a word with a dashed/dotted border around the word/phrase?If there is, could you kindly share a code snippet and implementation for this?Please see...
View ArticleExample missing from GitHub examples for Stamp
The list of examples lists Adding Image Stamp, Adding TextStamp, Adding Pdf Stamp but there are no examples
View ArticleAspose PDF Java : Issue while Trying to use TextReplaceOptions
Hi ,This is my code:import java.util.Iterator;import com.aspose.pdf.Document;import com.aspose.pdf.TextFragment;import com.aspose.pdf.TextFragmentAbsorber;import...
View ArticleHas anyone reported security vulnerabilities with Aspose PDF?
Writing a risk analysis to incorporate Aspose.PDF into our software inventory. I'm trying to find out if any vulnerabilities have ever been reported. I've scanned the web and haven't found any anything...
View ArticleTIFF to PDF convert - PDF filesize getting over 3 times as big
Hi, im trying to convert the attached TIFF to PDF using the following code: Dim pdf1 As Pdf = New Pdf() Dim sec As Section = pdf1.Sections.Add() Dim ms As MemoryStream = New...
View ArticleAspose.Pdf.Generator.Text with IsHtmlTagSupported Not Working Correctly
I am trying to create pdf using Aspose.Pdf.Generator.Text with IsHtmlTagSupported enabled.I've ran into a few issues while trying to do the following:1. Assigning name to the html form fieldeg: Text...
View Article