Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 422,123 for

document

(0.24 sec)
  1. Export EMLX to PNG via C++ | products.aspose.com

    C++ API to Convert EMLX to PNG without using Microsoft Word or Outlook...features for working with documents, including the ability to...create, edit, and convert documents to different formats. It also...

    products.aspose.com/total/cpp/conversion/emlx-t...
  2. Export MSG to IMAGE via C++ | products.aspose.com

    C++ API to Convert MSG to IMAGE without using Microsoft Word or Outlook...features for working with documents, emails, and images. It includes...HTML by using Document class Save the document to PNG format...

    products.aspose.com/total/cpp/conversion/msg-to...
  3. MailMergeRegionInfo | Aspose.Words for Java

    Contains information about a mail merge region in Java....Mail Merge and Reporting documentation article. Examples: Shows...and work with it. Document doc = new Document(getMyDir() + "Mail...

    reference.aspose.com/words/java/com.aspose.word...
  4. Different File Formats and Conversions|Aspose.S...

    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....PPT PPT is the presentation document file format that can be created...binary format for presentation documents developed by Microsoft. PPT...

    docs.aspose.com/slides/cpp/different-file-forma...
  5. PlainTextDocument.custom_document_properties pr...

    PlainTextDocument.custom_Document_properties property. Gets [PlainTextDocument.custom_Document_properties](./) of the Document....custom_document_properties property PlainTextDocument.custom...custom_document_properties property Gets PlainTextDocument.custom_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Rows are moved to the next page when converting...

    Hello Aspose Team, Is this issue resolved? We are also facing the same issue with the Docx to PDF conversion in landscape mode. Regards, Shashishekar B S...attach your input and output documents here for our reference? We...the word document image and the converted PDF document image. Please...

    forum.aspose.com/t/rows-are-moved-to-the-next-p...
  7. Delete Images from PDF File using C++|Aspose.PD...

    This section explain how to delete Images from PDF File using Aspose.PDF for C++....from a PDF file: Create a Document object and open the input...that holds the image from the Document object’s Pages collection...

    docs.aspose.com/pdf/cpp/delete-images-from-pdf-...
  8. StructuredDocumentTag.style_name property | Asp...

    StructuredDocumentTag.style_name property. Gets or sets the name of the style applied to the structured Document tag....applied to the structured document tag. @property def style_name...control elements. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. GoogleAiModel | Aspose.Words for .NET

    Create a GoogleAiModel instance to integrate Google AI capabilities into Document processing with Aspose.Words AI....apiKey ); Document doc = new Document ( MyDir + "Big document.docx"...SummaryLength . VeryShort }; Document summary = model . Summarize...

    reference.aspose.com/words/net/aspose.words.ai/...
  10. Delete PDF Pages programmatically C#|Aspose.PDF...

    You can delete pages from your PDF file using Aspose.PDF for .NET library.... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/net/delete-pages/