HTMLFRAGMENT is not displaying correctly on large html text.
var termtx0 = new HtmlFragment("<b>MY TEXT BEFORE</b>"); //signatures var tblSign = new Aspose.Pdf.Table(); tblSign.ColumnWidths =...
View Articlesecond text is not getting bold
can you help me please. i posted my issue on this link below.http://www.aspose.com/docs/display/pdfnet/HTML+Tags+in+TextIn view of my 2 scenarios, i have problem with scenario#2. second text is not...
View ArticleConvert html in pdf,has a bug.
hello, this is my test code below. Pdf pdf = new Pdf(); Section section = pdf.Sections.Add(); Text text = new Text("<span style='font-family: \"Segoe UI\";...
View Article"Invalid xref type" when resaving existing PDF
When I use Aspose.PDF to open the attached file, and then immediately try to resave it, an exception with the message "Invalid xref type" is thrown. As far as I can tell, the file isn't corrupted -...
View ArticleTable with Rounded Corners and Cell Background
Hi all,i put a border to my table and set CornerRadius to 15. After this i added 2 rows with 1 cell per row. private static void CreatePdf() { // Instantiate Pdf...
View Articleinsert text with html to a table cell PDF .net
Hi,i am building a PDF document. i need to add text Dim s1 As String = "<b>STAFF STATUS: </b>"to a table cell. since it has html in it, i believe i have to do something different. here is...
View ArticleArabic text extraction from PDF
Hi , We are using aspose to extract arabic text from pdf files .The problem is the extracted text looks encrypted , our code :public String getString() throws Exception { com.aspose.pdf.Document...
View ArticleHow do you set a Default Value for TextBoxField?
Not just TextBoxField.Value. My intention is in combination with javascript to be able to provide guidance text in a textbox. The user selects the textbox and the default value disappears. If they...
View ArticlePdfFileMend addText not working
The following code (a modified sample) does not add the added text. Also when used with addImage() the images do not display. Removing the addText() the images display properly.public class...
View ArticleNot able to convert pdf to tiff
Not able to convert pdf to tiff .Attaching the pdf file which cause the problem. We are using Aspose.pdf v9.1.0Using the below code: public static System.Drawing.Image[]...
View Articleadding an image to a pdf
Hi,I'm finding it hard to figure out how to add an image to a pdf using Aspose.pdf I want to add a jpg to a table that sits within a paragraph which is part of a header.I see the documentation...
View ArticleIndex and length must refer to a location within the string.
Hi TeamI am trying to get all the lines from the pdf but I got error like "Index and length must refer to a location within the string." This error is not thrown in all pages only in some...
View ArticleCropping a pdf but not getting right area
I am using aspose.pdf for cropping pdf from a region. following code I have used for cropping the pdfDocument document = new Document(AppDomain.CurrentDomain.BaseDirectory + "A1.pdf"); PageCollection...
View ArticleHow to insert bookmark in PDF to a specific word
Hi,I want to open existing PDF and insert a bookmark at a specific word.Basically I want to add bookmark at specific page number, line number and specific word.How can I do that?
View Articleconversion pdf to excel not working for some documents
I'm facing an issue of converting a pdf document to excel.The conversion not working for some documents, may be the tool not able to parse the following characters "<PRD> <300> "We are...
View ArticleData Breaks instead flowing to new Page
hi Team, I am using "com.aspose.pdf.HtmlFragment" DOM approach.Document doc = new Document();Page page1 = doc.getPages().add();HtmlFragment htmlfrag = new HtmlFragment(firstName +...
View ArticleSystem.IO.FileNotFoundException
I am getting System.IO.FileNotFoundException when referencing the dll from a SharePoint 2013 Event Receiver: Could not load file or assembly 'Aspose.Pdf, Version=10.2.0.0, Culture=neutral,...
View ArticleJustify only seems to work with one sub report
Hi I have a report that has several different sub-reports on it.When I have a single instance of a sub report that will justify the text it seems to work fine - If I place another copy of this report...
View Articlepdf being flipped (mirror image) when converting to doc
Hi The attached pdf document isn't converting to a docx properly when using aspose-pdf-10.1.0.jar and the following code:-Document pdfDoc = new Document("pdfgetsflipped.pdf");...
View Articlepdf losing some text when being converted to doc
Hi This is a similar issue to another message I've posted, but I thought it deserved it's own thread, so apologies for any repetition.The attached pdf document isn't converting to a docx properly when...
View Article