Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 180,311 for

aspose page

(0.16 sec)
  1. RevisionOptions.revised_properties_color proper...

    RevisionOptions.revised_properties_color property. Allows to specify the color to be used for content with changes of formatting properties [RevisionType.FORMAT_CHANGE](../../../Aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionColor.NO_HIGHLIGHT](../../revisioncolor/#NO_HIGHLIGHT)....revised_properties_color ( self ) -> aspose . words . layout . RevisionColor...revised_properties_color ( self , value : aspose . words . layout . RevisionColor...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Header and footer display in a wrong format aft...

    Display In Wps apperently it all display in single Page . when convert to pdf , it turns to double Page . what is the best practoce to fix it ? following is the origin file . 695200843888066560.docx (67.4…...format after convert to pdf Aspose.Words Product Family words-java...single page . when convert to pdf , it turns to double page . 909×944...

    forum.aspose.com/t/header-and-footer-display-in...
  3. Convert SVG Files in Python – Aspose.SVG for Py...

    Learn how to convert SVG to other formats in Python using Aspose.SVG, find Python code examples and try an online converter SVG....Products Aspose.Total Product Family Aspose.Words Product Solution...Solution Aspose.PDF Product Solution Aspose.Cells Product Solution...

    docs.aspose.com/svg/python-net/convert-svg/
  4. Converting Worksheet to Image using ImageOrPrin...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....compression, image format, and page quality. Saving Worksheets to...in your applications or web pages. You might need to insert the...

    docs.aspose.com/cells/net/converting-worksheet-...
  5. Cannot convert PDF to PDF/A on Linux using Aspo...

    Scenario: Convert PDF to PDF/A. Aspose.PDF.Drawing 25.3.0. Issue: Document.Convert method returns false when run on Linux. Sample project and test file: sample.zip (152.5 KB) Notes: You have to run the test on Linux…...on Linux using Aspose.PDF.Drawing 25.3.0 Aspose.PDF Product Family...Scenario : Convert PDF to PDF/A. Aspose.PDF.Drawing 25.3.0. Issue :...

    forum.aspose.com/t/cannot-convert-pdf-to-pdf-a-...
  6. Several HTML Into GIF C#

    Merge multiple HTML into GIF in C# code. Save HTML as GIF using C#....dotnet add package Aspose.Words Copy using Aspose.Words; var fileNames...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/html-to-gif/
  7. Several HTML Into PNG C#

    Merge multiple HTML into PNG in C# code. Save HTML as PNG using C#....dotnet add package Aspose.Words Copy using Aspose.Words; var fileNames...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/html-to-png/
  8. Several PDF Into TIFF C#

    Merge multiple PDF into TIFF in C# code. Save PDF as TIFF using C#....dotnet add package Aspose.Words Copy using Aspose.Words; var fileNames...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/pdf-to-tiff/
  9. Several PDF Into BMP C#

    Merge multiple PDF into BMP in C# code. Save PDF as BMP using C#....dotnet add package Aspose.Words Copy using Aspose.Words; var fileNames...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/pdf-to-bmp/
  10. Several DOC Into Image C#

    Merge multiple DOC into Image in C# code. Save DOC as Image using C#....dotnet add package Aspose.Words Copy using Aspose.Words; var fileNames...for ( int page = 0 ; page < output.PageCount; page++) { Document...

    products.aspose.com/words/net/merge/doc-to-image/