Sort Score
Result 10 results
Languages All
Labels All
Results 8,241 - 8,250 of 424,024 for

document

(2.31 sec)
  1. DocumentBuilder.write method | Aspose.Words for...

    DocumentBuilder.write method. Inserts a string into the Document at the current insert position....Inserts a string into the document at the current insert position...string to insert into the document. Remarks Current font formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Change Password of a PDF File|Aspose.PDF for Ja...

    Change Password of a PDF File with Aspose.PDF for JavaScript via C++.... errorCode == 0 ) document . getElementById ( 'output'...json . fileNameResult ; else document . getElementById ( 'output'...

    docs.aspose.com/pdf/javascript-cpp/change-passw...
  3. HtmlFixedSaveOptions.UseTargetMachineFonts | As...

    Discover how the UseTargetMachineFonts property in HtmlFixedSaveOptions enhances Document display by utilizing target machine fonts. Optimize your font management today!...must be used to display the document. If this flag is set to true...saving a document to HTML. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  4. HtmlSaveOptions.exportImagesAsBase64 property |...

    HtmlSaveOptions.exportImagesAsBase64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB...html document with images embedded inside...inside it. let doc = new aw . Document ( base . myDir + "Rendering...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Forms2OleControlCollection.count property | Asp...

    Forms2OleControlCollection.count property. Gets count of objects in the collection....OLE control embedded in a document and its child controls. let...let doc = new aw . Document ( base . myDir + "OLE ActiveX controls...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. AiModel | Aspose.Words for Java

    An abstract class representing the integration with various AI models within the Aspose.Words in Java.... Document firstDoc = new Document(getMyDir() + "Big..."Big document.docx"); Document secondDoc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. ShapeBase.soft_edge property | Aspose.Words for...

    ShapeBase.soft_edge property. Gets soft edge formatting for the shape.... document . save ( file_name = ARTIFACTS_DIR...'Shape.SoftEdge.docx' ) # Load document with rectangle shape with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 更改 PDF 文件的密码|Aspose.PDF for .NET

    探索如何在 .NET 中修改 PDF 文档的密码,以提高文件安全性,使用 Aspose.PDF。...ChangePassword () { // The path to the documents directory var dataDir = RunExamples...PdfFileSecurity object if the document is encrypted if ( pdfFileInfo...

    docs.aspose.com/pdf/zh/net/change-password/
  9. Document.justificationMode property | Aspose.Wo...

    Document.justificationMode property. Gets or sets the character spacing adjustment of a Document....justificationMode property Document.justificationMode property...character spacing adjustment of a document. get justificationMode ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...loadAsposeLicense(); Document original = new Document("./<file-with-revision-info>...static void revisionInformation(Document doc) throws Exception { HashMap<String...

    forum.aspose.com/t/getting-incorrect-revision-i...