Sort Score
Result 10 results
Languages All
Labels All
Results 7,851 - 7,860 of 228,687 for

page

(0.2 sec)
  1. Latest Aspose.Page Product Family topics - Free...

    Get technical support of Aspose.Page for .NET and Java....Page Product Family Topic Replies Views Activity Converting...to Multipage tiff file aspose-page-java 4 400 November 3, 2020...

    forum.aspose.com/c/page/39
  2. Differentiation between Comments and Reference ...

    Hello Everyone and @alexey.noskov, In my Java code I remove comments from my document. When converting word to PDF using Aspose.words: com.aspose.words.NodeCollection comments = (com.aspose.words.NodeCollection)doc.ge…...bindPdf(document); for (Page page : pageCollection) { for (index...(index = 1; index <= page.getAnnotations().size(); index++) {...

    forum.aspose.com/t/differentiation-between-comm...
  3. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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....); // get page of the Visio diagram by name Page page = diagram...diagram . getPages (). getPage ( "Page-1" ); // get shape of the Visio...

    docs.aspose.com/diagram/java/public-api-changes...
  4. Document.view_options property | Aspose.Words f...

    Document.view_options property. Provides options to control how the document is displayed in Microsoft Word.... PAGE_LAYOUT doc . view_options ....document to fit the width of the page. # Set the "ZoomType" property...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Licensing

    A free evaluation version of Aspose.Note for .NET (a .NET API to interact with Microsoft Office OneNote programmatically without the software being installed on the server) can be downloaded from the downloads section of Aspose's web site....Page Product Solution Aspose.PSD...placed at the top of each page. First page has two full latest version...

    docs.aspose.com/note/net/licensing/
  6. ApplyForAllFragments | Aspose.PDF for .NET API ...

    Applies font for all text fragments that were absorbed. It works faster than looping through the fragments if all fragments on the Pages were absorbed. Otherwise it works similar with looping....fragments if all fragments on the page(s) were absorbed. Otherwise...fragments if all fragments on the page(s) were absorbed. Otherwise...

    reference.aspose.com/pdf/net/aspose.pdf.text/te...
  7. HtmlSaveOptions.RasterImagesSavingModes | Aspos...

    Converted PDF can contain raster images.png .jpeg etc....background file for each result page. AsPngImagesEmbeddedI public...background file for each result page. Raster images will be embedded...

    reference.aspose.com/pdf/java/com.aspose.pdf/ht...
  8. Aspose.OMR for .NET 22.11.1 Release Notes|Docum...

    A summary of recent changes, enhancements and bug fixes in Aspose.OMR for .NET 22.11.1 (November 2022) release....OMRNET-462 Recognition of multi-page PDF and TIFF files causes an...an error. Scan each page of the filled form into a separate file...

    docs.aspose.com/omr/net/aspose-omr-for-net-22-1...
  9. BarcodeField | Aspose.PDF for .NET API Reference

    Class represents barcode field.... BarcodeField (Page, Rectangle) Initializes new...index of this anotation on the page. override AnnotationType { get;...

    reference.aspose.com/pdf/net/aspose.pdf.forms/b...
  10. Aspose.pdf conversion of pdf to png results in ...

    Hi, sometimes the conversion of pdf file to png results in an infinite loop and cpu is rising high. Naturally this is a problem because work is done serverside. Therefore application server must be restarted by our cus…...new PngDevice(resolution); Page page = pdfDocument.getPages().get_Item(1);...ileName); pngDevice.process(page, imageStream); imageStream.close();...

    forum.aspose.com/t/aspose-pdf-conversion-of-pdf...