Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 40,016 for

document properties

(0.09 sec)
  1. Export EMLX to PCL via C++ | products.aspose.com

    C++ API to Convert EMLX to PCL without using Microsoft Word or Outlook...attachments, setting message properties, and more. Aspose.Words for...It supports a wide range of document formats, including DOC, DOCX...

    products.aspose.com/total/cpp/conversion/emlx-t...
  2. Convert PDF to HTML via C# | products.aspose.com

    Sample code for PDF to HTML C# conversion. Use API example code for batch PDF files to HTML conversion within VB.NET, Asp.NET or any .NET based application.... powerful and easy to use document manipulation and conversion...HtmlSaveOptions Set HTML specific properties for advanced conversion Call...

    products.aspose.com/3d/net/conversion/pdf-to-html/
  3. Shapes being rendered in a different order - Fr...

    Hello! I found inconsistent orders of rendering word shapes to images. I’d like to know why, in the example provided, the header shapes of a page are being rendered before the shapes in the previous page. Without settin…...Document("sample.docx") i = 0 for node...follow to iterate through a document’s shapes? Additionally, we’d...

    forum.aspose.com/t/shapes-being-rendered-in-a-d...
  4. Divide Word Document into Sections using C#

    This article guides on how to divide Word Document into sections using C#. It has the IDE settings, steps, and a sample code to split Word Document into sections using C#....Word Document into Sections using C# Divide Word document into...sample code to split Word document into sections using C# . You...

    kb.aspose.com/words/net/divide-word-document-in...
  5. Convert 3DS to ATT via Node.js | products.aspos...

    Sample code for 3DS to ATT Node.js conversion. Aspose.3D for Node.js via Java is a standalone API that does not require the installation of any other software.Convert batch 3DS files to ATT using API sample code.... powerful and easy to use document manipulation and conversion...AttSaveOptions Set ATT specific properties for advanced conversion Call...

    products.aspose.com/3d/nodejs-java/conversion/3...
  6. Android API to Render PS to FLATOPC | products....

    Transform PS to FLATOPC via Android via Java API...Why to Convert The Portable Document Format (PDF) is a widely used...format for documents. It is used to store and share documents, and...

    products.aspose.com/total/android-java/conversi...
  7. Aspose::Words::BuildingBlocks::GlossaryDocument...

    Aspose::Words::BuildingBlocks::GlossaryDocument class. Represents the root element for a glossary Document within a Word Document. A glossary Document is a storage for AutoText, AutoCorrect entries and Building Blocks. To learn more, visit the Documentation article in C++....glossary document within a Word document. A glossary document is a...Aspose.Words Document Object Model (DOM) documentation article. class...

    reference.aspose.com/words/cpp/aspose.words.bui...
  8. FontSettings.SetFontsSources | Aspose.Words for...

    Discover how the SetFontsSources method in Aspose.Words enhances Document rendering by specifying TrueType font sources for optimal results....TrueType fonts when rendering documents or embedding fonts. public...to the system. Setting this property resets the cache of all previously...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Get the Version Number of the Application that ...

    Learn how to retrieve the version number of the application that created an Excel Document using Aspose.Cells with Golang via C++....Application that Created the Excel Document with Golang via C++ Contents...created a Microsoft Excel document. Aspose.Cells provides the...

    docs.aspose.com/cells/go-cpp/get-the-version-nu...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document Document, HeaderFooter header, String htmlContent) throws Exception { …...insertSidebarIntoHea(Document document, HeaderFooter header,...Shape sidebar = new Shape(document, ShapeType.RECTANGLE); //...

    forum.aspose.com/t/topic/324972