Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 418,004 for

document

(0.49 sec)
  1. 使用 C# 更改 PDF 页面大小|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库更改 PDF 文档的页面大小。... 调用 Document 类的 Save(..) 方法以生成具有更新页面尺寸的...ChangePdfPageSize () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/change-page-size/
  2. IStructuredDocumentTag.LockContentControl | Asp...

    Discover the IStructuredDocumentTag LockContentControl property. Set to true, it prevents users from deleting SDT, enhancing Document integrity and control....structured document tags. Document doc = new Document (); DocumentBuilder...Insert a plain text structured document tag, which acts as a text...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Extract Text and Images from RTF File Online an...

    Online RTF file parser app. .NET API C# code to extract images and text content from RTF Document....NET based RTF document parser utility application...RTF document text extraction. Download Parse RTF Document via...

    products.aspose.com/total/net/parse/rtf/
  4. OdtSaveOptions.saveFormat property | Aspose.Wor...

    OdtSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...to encrypt a saved ODT/OTT document with a password, and then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the pages of the Document in their original order....with all the pages of the document in their original order. get...pages from the document. let doc = new aw . Document (); let builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfDigitalSignatureDetails.CertificateHolder | ...

    Discover the PdfDigitalSignatureDetails CertificateHolder property. Access the certificate holder object for enhanced Document signing security....certificate was used to sign the document. public CertificateHolder...generated PDF document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Extract Text and Images from Word File Online a...

    Online Word file parser app. Java API code to extract images and text content from Word Document....Develop powerful Java based Word document parser utility application...application. Code listed for Word document text extraction through Java...

    products.aspose.com/total/java/parse/word/
  8. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  9. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a Document....original or revised version of a document. Members Name Description...Specifies original version of a document. FINAL Specifies revised version...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Specify Rendering Options When Converting to PD...

    Convert a Document to PDF with advanced options using C++. Use PdfSaveOptions to change the result of saving a Document to PDF format....applications because a PDF document looks the same on any device...the process of converting a document to PDF, including the layout...

    docs.aspose.com/words/cpp/specify-rendering-opt...