Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 423,787 for

document

(0.44 sec)
  1. Preview Multiple Documents|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....Ask AI Preview Multiple Documents Contents [ Hide ] You may preview...preview multiple Excel documents in the document library. To preview...

    docs.aspose.com/cells/sharepoint/preview-multip...
  2. Search and Extract PDF Text in Python|Aspose.PD...

    Learn how to search, inspect, and extract text from PDF Documents in Python....rectangular area in a PDF document using the TextAbsorber class...Load the PDF file using ‘ap.Document’. Configure Text Extraction...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  3. Shape Annotations via Java|Aspose.PDF for Java

    Learn how to add, inspect, and delete square, circle, polygon, and polyline annotations in PDF Documents using Aspose.PDF for Java.... Open the source PDF Document . Create the required shape...page and save the updated document. public static void squareAnnotationAdd...

    docs.aspose.com/pdf/java/shape-annotations/
  4. How to compress PDF | Aspose.PDF

    Do you know how easily compress PDF Documents in Python? Compress PDF files with high quality using Python via .NET PDF library....efficiently compress your PDF documents. The resulting optimized PDF...the faster loading of your document. Smaller PDF files can be...

    products.aspose.com/pdf/tutorial/compress-pdf/
  5. C++ API to Export PCL to DOCM | products.aspose...

    Convert PCL to DOCM within C++ applications.... The Portable Document Format (PDF) is a widely used...used file format for documents. However, it is not suitable for...

    products.aspose.com/total/cpp/conversion/pcl-to...
  6. com.aspose.words | Aspose.Words for Java

    The com.aspose.words package provides classes for generating converting modifying rendering and printing Microsoft Word Documents without utilizing Microsoft Word in Java....and printing Microsoft Word documents without utilizing Microsoft...Automation and System.Xml. A document in Aspose.Words is represented...

    reference.aspose.com/words/java/com.aspose.words/
  7. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties class. A collection of custom Document properties. To learn more, visit the Documentation article in C++....class A collection of custom document properties. To learn more...the Work with Document Properties documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. FileFormatInfo.is_encrypted property | Aspose.W...

    FileFormatInfo.is_encrypted property. Returns ``True`` if the Document is encrypted and requires a password to open....property Returns True if the document is encrypted and requires...property exists to help you sort documents that are encrypted from those...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Hello World Java Example|Aspose.PDF for Java

    This page show how use simple programming for create a PDF Document containing text - Hello World using Aspose.PDF for Java....Instantiate a Document object Add a Page to document object Create...page Save the resultant PDF document The following code snippet...

    docs.aspose.com/pdf/java/hello-world-example/
  10. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....// Open document auto document = MakeObject < Document > ( _dataDir...inputFileName ); for ( auto page : document -> get_Pages ()) { auto r...

    docs.aspose.com/pdf/cpp/rotate-pages/