Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 5,609 for

compare document

(0.59 sec)
  1. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....headers and footers to PDF documents using Aspose.PDF for Python...and footer in your existing Document . You may add images or text...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  2. ImageSaveOptions | Aspose.Words for Java

    Allows to specify additional options when rendering Document pages or shapes to images in Java....additional options when rendering document pages or shapes to images...the Specify Save Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  3. Insert Table in OneNote using C# | OneNote Tabl...

    Programmatically insert table in OneNote Documents using C#. Learn how to create a table with locked columns in the OneNote Document....useful for creating lists, comparing data, and more. In this guide...to Insert Tables in OneNote Document Insert a Table in OneNote...

    blog.aspose.com/note/insert-table-in-onenote-us...
  4. Table Page Breaks Not Matching Word Display - F...

    Issue Summary Aspose.Words for Java is creating additional page breaks for tables during PDF conversion that don’t appear in Microsoft Word’s display, even when AllowBreakAcrossPages is set to false. Documents with stan…... Documents with standard margins (1.0"-1...Problem When converting Word documents (.docx) to PDF, tables are...

    forum.aspose.com/t/table-page-breaks-not-matchi...
  5. Convert docx to PDF is taking long time - Free ...

    https://forum.aspose.com/t/convert-docx-to-pdf-is-taking-long-time/314621/7 Please try to send your zip file to my email vyacheslav.deryushev@aspose.com...3:29pm 12 @rnara I tested this document on versions 24.2 and 25.6...deryushev , I have tested this document with Aspose 24.2 and 25.1...

    forum.aspose.com/t/convert-docx-to-pdf-is-takin...
  6. Aspose.Words or Open XML SDK|Aspose.Words for .NET

    Aspose.Words for .NET is a very useful Document processing library that provides great support for all Microsoft Word and other Document formats. Open XML SDK and Aspose.Words do not compete with each other because they address quite different needs using C#....Open XML SDK for advanced document operations. Sometimes we get...OOXML documents. Aspose.Words is a very useful document processing...

    docs.aspose.com/words/net/aspose-words-or-open-...
  7. Add Text to PDF using C#|Aspose.PDF for .NET

    Learn how to add text to a PDF Document in .NET using Aspose.PDF for content enhancement and Document editing....Open the input PDF using the Document object. Get the particular...AppendText method. Call the Document object’s Save method and save...

    docs.aspose.com/pdf/net/add-text-to-pdf-file/
  8. Noto Serif JP font not rendering when embedded ...

    Greetings! We are using HTML to DOCX conversion for converting HTMLs containing Japanese characters to DOCX files. These HTMLs are using “Noto Serif JP” font, which is a google font. To ensure that it works on other sys…... This feature allows the document to use fallback fonts when...// Load your document Document doc = new Document("path/to/your/document...

    forum.aspose.com/t/noto-serif-jp-font-not-rende...
  9. Export SVG to XAML in Android | products.aspose...

    Android API to Convert SVG to XAML without using Microsoft Word...to XAML Open SVG file using Document class Convert SVG to PPTX...PPTX document by using Presentation class Save the document to...

    products.aspose.com/total/android-java/conversi...
  10. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...pdfSaveOptions); Document doc = new Document(pdfFile); string...output looks extremely off compared to both PDF and Excel. In...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...