Sort Score
Result 10 results
Languages All
Labels All
Results 5,471 - 5,480 of 423,312 for

document

(0.53 sec)
  1. 将 PDF 转换为 Microsoft Word 文档在 .NET 中|Aspose.PDF ...

    学习如何编写 C# 代码以将 PDF 转换为 Microsoft Word 格式,并调整 PDF 到 DOC(DOCX) 的转换。...转换为 DOC 创建一个 Document 对象的实例,使用源 PDF 文档。 通过调用 Document.Save() 方法将其保存为...ConvertPDFtoWord () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-word/
  2. Extract fonts from PDF|Aspose.PDF for PHP via Java

    How to extract font from PDF using Aspose.PDF for PHP...fonts from a PDF document, you can use Document.IDocumentFontUtiliti...getAllFonts() method provided in Document class. Please check following...

    docs.aspose.com/pdf/php-java/extract-fonts-from...
  3. Aspose.PDF .NET for CRM|Aspose.PDF for .NET

    Learn how to use Aspose.PDF for Microsoft Dynamics CRM...NET is a PDF document creation and manipulation...and manipulate existing PDF documents without using Adobe Acrobat...

    docs.aspose.com/pdf/net/aspose-pdf-net-for-crm/
  4. Aspose::Words::NodeCollection::Add method | Asp...

    Aspose::Words::NodeCollection::Add method. Adds a node to the end of the collection in C++....inserted was created from another document, you should use ImportNode()...import the node to the current document. The imported node can then...

    reference.aspose.com/words/cpp/aspose.words/nod...
  5. Aspose.Words for Java

    This API allows to create, edit, render, print, and convert Word Documents in Java without utilizing Microsoft Word....Word using Java Split Word Document into Sections using Java Convert...From Word Document in Java Compare Word Documents using Java...

    kb.aspose.com/words/java/page/2/
  6. Aspose::Words::Style::get_Name method | Aspose....

    Aspose::Words::Style::get_Name method. Gets or sets the name of the style in C++....Examples Shows how to access a document’s style collection. auto doc...MakeObject < Aspose :: Words :: Document > (); ASSERT_EQ ( 4 , doc...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python via C++ applications....and file paths, opens a PDF document, and then loops through each...of the document. For each page, it creates a new document, copies...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/
  8. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::Contains method. Returns true if a property with the specified name exists in the collection in C++....Examples Shows how to work with a document’s custom properties. auto...MakeObject < Aspose :: Words :: Document > (); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. 用JavaScript通过C++自动填充Excel文件的范围|Documentation

    学习如何使用C++的JavaScript在Excel文件的指定范围内执行自动填充操作。...Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/zh/javascript-cpp/autofil...
  10. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; import com.aspose.words.*; import com.asp…...e-licence")); Document document = new Document("/home/mohitkumar/Downloads/Date...updateTagsInDocument(document, idToValueMap); document.save("/home/m...

    forum.aspose.com/t/chinese-date-language-locale...