Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 41,493 for

document properties

(1.14 sec)
  1. How to Convert PDF to PPTX using Python

    This short tutorial guides on how to convert PDF to PPTX using Python. It contains step-wise process and a runnable sample code for converting PDF to PowerPoint using Python....loaded PDF file and set the properties of the output PPTX file....the source PDF file into the Document class to turn PDF into PowerPoint...

    kb.aspose.com/pdf/python/how-to-convert-pdf-to-...
  2. PageExtractOptions Class | Aspose.Words for .NET

    Easily extract Document pages with Aspose.Words.PageExtractOptions. Customize output with flexible page extraction settings....Allows to specify options for document page extracting. public class...The default constructor. Properties Name Description UnlinkPagesNumberFie...

    reference.aspose.com/words/net/aspose.words/pag...
  3. SaveOptions class | Aspose.Words for Python

    aspose.words.saving.SaveOptions class. This is an abstract base class for classes that allow the user to specify additional options when saving a Document into a particular format...additional options when saving a document into a particular format....the Specify Save Options documentation article. Remarks An instance...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Fonts|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....Fonts Contents [ Hide ] AI Document Assistant Close Render Sequence...using PageIndex and PageCount Properties of ImageOrPrintOptions Get...

    docs.aspose.com/cells/java/fonts/
  5. Get Cells Range|Documentation

    Learn how to get a cells range through the Aspose.Cells for .NET API....Cells provides the following properties and methods to help you achieve...worksheet. Get Cells Range . AI Document Assistant Close Preserve Single...

    docs.aspose.com/cells/net/get-cells-range/
  6. Aspose::Words::Run::get_Text method | Aspose.Wo...

    Aspose::Words::Run::get_Text method. Gets or sets the text of the run in C++....Words document by hand. auto doc = System...Aspose :: Words :: Document > (); // A blank document contains one...

    reference.aspose.com/words/cpp/aspose.words/run...
  7. Create Financial Reports via .NET | products.as...

    C# code to create Financial Reports in XBRL, and OFX request or response files via .NET library....file and adding item into the document, process is, create XbrlDocument...and intialize Item class properties as well as call the Save...

    products.aspose.com/finance/net/create/
  8. PhoneticGuide.BaseText | Aspose.Words for .NET

    Discover the PhoneticGuide BaseText property to easily access and enhance phonetic guide base text for improved clarity and communication....BaseText property Gets base text of the phonetic...how to get properties of the phonetic guide. Document doc = new...

    reference.aspose.com/words/net/aspose.words/pho...
  9. SaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how to use the SaveOptions SaveFormat property to effortlessly choose your Document's save format for optimal flexibility and control....SaveFormat property Specifies the format in which the document will...saving a document to .epub. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  10. According to page size how to set the Bookmark ...

    For example: Zoom level: Fit Width, Document OriginalPDF = new Document();Page pdfPage = null; .....pdfPage = OriginalPDF.Pages[3]; pdfPage.CropBox.Height; pdfPage.MediaBox.Height; pdfPage.Rect.Hei…...level: Fit Width, Document OriginalPDF = new Document(); Page pdfPage...snippet to use the Mediabox properties for bookmark creation. Hopefully...

    forum.aspose.com/t/according-to-page-size-how-t...