Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 414,568 for

document

(0.41 sec)
  1. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedImages method. Specifies whether images should be embedded into Html Document in Base64 format. Note setting this flag can significantly increase size of output Html file in C++....should be embedded into Html document in Base64 format. Note setting...store images when exporting a document to Html. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. AiModel.create method | Aspose.Words for Node.js

    AiModel.create method. Creates a new instance of [AiModel](../) class.... Document ( base . myDir + "Big document.docx" ); let...secondDoc = new aw . Document ( base . myDir + "Document.docx" ); const...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Simple Mail Merge in Python|Aspose.Words for Java

    Simple Mail Merge using Python....Code Document = jpype . JClass ( "com.aspose.words.Document" )...) doc = Document ( srcDocFile ) \# Fill the fields in the document...

    docs.aspose.com/words/java/simple-mail-merge-in...
  4. Export MSG to DOTX via C++ | products.aspose.com

    C++ API to Convert MSG to DOTX without using Microsoft Word or Outlook...HTML by using Document class Save the document to DOTX format...instance of Document System :: SharedPtr < Document > doc = System...

    products.aspose.com/total/cpp/conversion/msg-to...
  5. Landscape pages are rendered as portrait pages ...

    Hi, When converting a DOCX with some portrait and landscape pages to PDF using Aspose.Words, the pages in the PDF all became portrait. Code: var doc = new Document(@".\test.docx"); doc.Save(@".\out.pd…... Code: var doc = new Document(@".\test.docx"); doc.Save(@"...landscape pages in a DOCX document are rendered as portrait pages...

    forum.aspose.com/t/landscape-pages-are-rendered...
  6. InlineStory.is_move_to_revision property | Aspo...

    InlineStory.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.CurrentParagraph | Aspose.Words...

    Access the selected paragraph in DocumentBuilder easily with the CurrentParagraph property. Streamline your Document editing process today!...Examples Shows how to move a document builder’s cursor to different...nodes in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  8. DocumentBuilder.IsAtStartOfParagraph | Aspose.W...

    Discover DocumentBuilder's IsAtStartOfParagraph property. Easily check if your cursor is at the paragraph's start for efficient text editing....Examples Shows how to move a document builder’s cursor to different...nodes in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  9. 从印章中提取文本|Aspose.PDF for C++

    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.... 创建一个 Document 类对象 从页面的注释列表中获取所需的注释 定义一个新的..."ExtractStampText.pdf" ); auto document = MakeObject < Document > ( _dataDir +...

    docs.aspose.com/pdf/zh/cpp/extract-text-from-st...
  10. Add Watermark to PDF using C++ | Aspose.PDF

    Add watermark to PDF file programmatically with C++ sample code using Aspose.PDF for C++...powerful, and easy-to-use document manipulation API for the C++...the PDF with an instance of Document. Create an instance of WatermarkArtifact...

    products.aspose.com/pdf/cpp/watermark/add/