Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 401,332 for

document

(0.19 sec)
  1. Android API to Render PCL to PS | products.aspo...

    Transform PCL to PS via Android via Java API...Why to Convert The Portable Document Format (PDF) is a widely used...used file format for documents. It is a popular choice for sharing...

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

    Represents a glossary Document entry such as a Building Block AutoText or an AutoCorrect entry in Java....CompositeNode Represents a glossary document entry such as a Building Block...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  3. Android API to Render CGM to PS | products.aspo...

    Transform CGM to PS via Android via Java API...extraction, image extraction, document manipulation, and much more...such as document manipulation, text manipulation, document conversion...

    products.aspose.com/total/android-java/conversi...
  4. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....the Programming with Documents documentation article. Examples:...an inline node. Document doc = new Document(getMyDir() + "Revision...

    reference.aspose.com/words/java/com.aspose.word...
  5. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { Document = new Document(docFilePath); docume…...Exception { document = new Document(docFilePath); document.updatePageLayout();...updatePageLayout(); document.updateFields(); // document.update(); document...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  6. Compare Documents in C++|Aspose.Words for C++

    Compare two Documents in any supported formats and shows content changes using C++. You can apply advanced options when comparing....Compare Documents Contents [ Hide ] Comparing documents is a process...identifies changes between two documents and contains the changes as...

    docs.aspose.com/words/cpp/compare-documents/
  7. Document.updateWordCount method | Aspose.Words ...

    Aspose.Words.Document.updateWordCount method...of the document. updateWordCount () Remarks Document.updateWordCount()...Paragraphs properties in the Document.builtInDocumentPrope collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlPartCollection | Aspose.Words for Java

    Represents a collection of Custom XML Parts in Java....Structured Document Tags or Content Control documentation article...data stored in a document via the Document.getCustomXmlParts()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Add Image to PDF using C++|Aspose.PDF for C++

    This section describes how to add image to existing PDF file using C++ library....Create a Document object and open the input PDF document. Get the...to add the image in a PDF document. using namespace System ;...

    docs.aspose.com/pdf/cpp/add-image-to-existing-p...
  10. Error with UpdateFields - Free Support Forum - ...

    Hello, When I try to use “UpdateFields” on some Document I’ve got this error “Arithmetic operation resulted in an overflow.”. If I open the Document, modify it and save and try again, it works. Aspose.Words.NET 25.10.0 …...use “UpdateFields” on some document I’ve got this error “Arithmetic...overflow.”. If I open the document, modify it and save and try...

    forum.aspose.com/t/error-with-updatefields/320130