Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 4,947 for

document assembly

(0.31 sec)
  1. SaveOptions.CreateSaveOptions | Aspose.Words fo...

    Discover the CreateSaveOptions method to easily generate save options tailored for your preferred format, enhancing your Document management efficiency....rendering large documents to PDF. Document doc = new Document ( MyDir...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  2. XlsxSaveOptions.CompressionLevel | Aspose.Words...

    Discover the XlsxSaveOptions CompressionLevel property to optimize Document saving with customizable compression settings for efficient file management....compression level used to save document. The default value is Normal...compress XLSX document. Document doc = new Document ( MyDir + "Shape...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Unexpected Behavior in Word Tag Replacement (As...

    Hello Team, We are facing an unexpected issue with the below code used for replacing tags in Word Documents. The function is intended to replace tags (e.g., {{TagName}}) with corresponding values. If a tag has no value…...for replacing tags in Word documents. The function is intended...correctly for text in the document body but did not replace tags...

    forum.aspose.com/t/unexpected-behavior-in-word-...
  4. PdfEncryptionDetails | Aspose.Words for .NET

    Discover the PdfEncryptionDetails constructor to easily initialize secure PDF encryption instances. Enhance your Document protection with our powerful tool!...Saving assembly Aspose.Words PdfEncryptionDetails(...a saved PDF document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. GoogleAiModel | Aspose.Words for .NET

    Create a GoogleAiModel instance to integrate Google AI capabilities into Document processing with Aspose.Words AI....apiKey ); Document doc = new Document ( MyDir + "Big document.docx"...SummaryLength . VeryShort }; Document summary = model . Summarize...

    reference.aspose.com/words/net/aspose.words.ai/...
  6. Style.Locked | Aspose.Words for .NET

    Discover the Style Locked property, control style locking for enhanced design flexibility and consistency in your projects. Unlock your creativity today!... Document doc = new Document (); Style styleHeading1...Style namespace Aspose.Words assembly Aspose.Words Style.ListFormat...

    reference.aspose.com/words/net/aspose.words/sty...
  7. SplitOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.LowCode.SplitOptions for seamless Document splitting. Customize how your files are divided into parts for enhanced efficiency....Specifies options how the document is split into parts. public...criteria for splitting the document into parts. SplitStyle { get;...

    reference.aspose.com/words/net/aspose.words.low...
  8. LoadOptions | Aspose.Words for .NET

    Discover the LoadOptions constructor, designed to effortlessly initialize a new instance with default values for optimal performance and efficiency....Shows how to open an HTML document with images from a stream...File . OpenRead ( MyDir + "Document.html" )) { // Pass the URI...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Range.ToDocument | Aspose.Words for .NET

    Discover the Range ToDocument method, effortlessly create a complete Document from your selected range, enhancing your workflow and productivity....formed document that contains the range. public Document ToDocument...class Document class Range namespace Aspose.Words assembly Aspose...

    reference.aspose.com/words/net/aspose.words/ran...
  10. 使用Aspose.wod java 将word转PDF,加密并设置权限,adobe acrob...

    当我使用如下代码计算权限,即使所有权限都设置好了,在adobe acrobat 中依然会显示文档组合和页面提取 不允许,怎么设置才能让adobe acrobat 中显示允许 // Allow Copy: Enable text/image copying and accessibility tools if (security.isAllowCopy()) { permissions |= …...capabilities (without document assembly) if (security.isAllowEdit())...Prevent Merge: Control document assembly operations (page merge/split/insert)...

    forum.aspose.com/t/aspose-wod-java-word-pdf-ado...