Sort Score
Result 10 results
Languages All
Labels All
Results 8,361 - 8,370 of 414,497 for

document

(0.45 sec)
  1. Android API to Render CGM to FLATOPC | products...

    Transform CGM to FLATOPC via Android via Java API...range of features such as document manipulation, text extraction...range of features such as document manipulation, text extraction...

    products.aspose.com/total/android-java/conversi...
  2. ImageColorMode | Aspose.Words for Java

    Specifies the color mode for the generated images of Document pages in Java....for the generated images of document pages. Examples: Shows how...when rendering documents. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_LockContents method. When set to true, this property will prohibit a user from editing the contents of this SDT in C++....restrictions to structured document tags. auto doc = System ::...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_LockContents method. When set to true, this property will prohibit a user from editing the contents of this SDT in C++....restrictions to structured document tags. auto doc = System ::...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Online MHTML to MARKDOWN Conversion or Develop ...

    Free online app to convert MHTML to MARKDOWN files. Java conversion library code for MHTML Documents....be converted into MARKDOWN document Download the converted MARKDOWN...API Open MHTML file using Document class Convert MHTML to DOC...

    products.aspose.com/total/java/conversion/mhtml...
  6. Working with OneNote Notebooks | Aspose.Note Do...

    A comprehensive guide on using and managing OneNote notebooks for developers....creating and saving a Notebook document. Copy 1 String dataDir = Utils...notebook. appendChild ( new Document(dataDir + "Neuer Abschnitt...

    docs.aspose.com/note/java/working-with-onenote-...
  7. Unable to change Run font with tracked changes ...

    Hi, I’m trying to change the font of a run in a Document that has tracked changes enabled. The following code doesn’t work for me unless I call AcceptAllRevisions() before, but I need to retain the revisions. Any ideas…...change the font of a run in a document that has tracked changes enabled...revisions. Any ideas? var document = new Document(@"c:\temp\support\TrackedChangesDoc...

    forum.aspose.com/t/unable-to-change-run-font-wi...
  8. Export PS to POWERPOINT in Android | products.a...

    Android API to Convert PS to POWERPOINT without using Microsoft Word... The Portable Document Format (PDF) is a popular...popular file format used for documents that require a high degree of...

    products.aspose.com/total/android-java/conversi...
  9. C# API to Export EML to JPEG | products.aspose.com

    Convert EML to JPEG without using Microsoft Word or Outlook on .NET...manipulating Microsoft Office documents, PDFs, images, and more. Aspose...convert documents. It supports a wide range of document formats...

    products.aspose.com/total/net/conversion/eml-to...
  10. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... 要向现有 PDF 文件添加文本: 使用 Document 对象打开输入 PDF。 获取要添加文本的特定页面。...方法将 TextFragment 对象添加到页面。 调用 Document 对象的 Save 方法并保存输出 PDF 文件。 添加文本...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/