Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 187,808 for

page

(0.13 sec)
  1. ComparisonMode.IGNORE_SPACES Throws NullReferen...

    Issue 1: SideBySidePdfComparer.compare()consistently throws aNullReferenceExceptionwhenComparisonMode.IGNORE_SPACESis used on cetain PDF Pages (~85–110 KB per Page). The exact same files compare successfully withCompari…...used on cetain PDF pages (~85–110 KB per page). The exact same...This forces us to compare every page twice (once failed attempt +...

    forum.aspose.com/t/comparisonmode-ignore-spaces...
  2. Working with Document in C#|Aspose.Words for .NET

    The `Document` class provides various document properties and methods using C#. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for .NET. The `Document` object can be saved to a file or stream and also sent to a browser.... What is this page about? This page explains how to work...results. Please refresh the page and try again....

    docs.aspose.com/words/net/working-with-document/
  3. Manipulating HTML5 canvas format|Documentation

    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....Canvas image to existing HTML page You can embed more than one...within HTML page or update already exsiting page. In order to...

    docs.aspose.com/imaging/java/manipulating-html5...
  4. LayoutCollector.Clear | Aspose.Words for .NET

    Efficiently clear all collected layout data with the LayoutCollector Clear method. Ideal for post-update document management and layout rebuilding....how to see the the ranges of pages that a node spans. Document..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/net/aspose.words.lay...
  5. Remove Tables from existing PDF|Aspose.PDF for ...

    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....successfully finds tables on the page, it becomes capable to remove...TableAbsorber () # Visit first page with absorber absorber . visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  6. Aspose.PSD CLI Application for .NET|Documentation

    Aspose.PSD-based CLI application for Adobe Photoshop and Adobe Illustrator File Formats CI/CD Automation. Supports PSD, PSB, AI export to PDF, TIFF, JPEG, JPEG2000, PNG, GIF and BMP. It does not require Adobe Photoshop or Adobe Illustrator to be installed and can be run without code....NET main page Aspose.PSD for .NET is a powerful...Nuget or on Aspose Releases Page . .NET , Java and Python implementations...

    docs.aspose.com/psd/net/cli/
  7. Determine Line Break|Aspose.PDF for Python via ...

    Learn more about how to determinate a line break of multi-line TextFragment using Python...object is created, and a new page is added to it. Subsequently...points before being added to the page’s paragraphs. After all TextFragments...

    docs.aspose.com/pdf/python-net/determine-line-b...
  8. ChapterPageSeparator enumeration | Aspose.Words...

    Aspose.Words.ChapterPageSeparator enumeration. Defines the separator character that appears between the chapter and Page number....appears between the chapter and page number. Members Name Description...Examples Shows how to work with page chapters. let doc = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert HTML To JPG C++

    Convert HTML to JPG format in C++ code. Save HTML as JPG using C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/cpp/conversion/html-t...
  10. Convert TEXT To GIF C#

    Convert TEXT to GIF format in C# code. Save TEXT as GIF using C#....Gif); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .gif" ,...

    products.aspose.com/words/net/conversion/text-t...