Sort Score
Result 10 results
Languages All
Labels All
Results 9,901 - 9,910 of 424,383 for

document

(0.51 sec)
  1. Manipulate Page Properties|Aspose.PDF for .NET

    This section explains how to manipulate Page Properties with Aspose.PDF Facades using PdfPageEditor Class.... () { // The path to the documents directory var dataDir = RunExamples...GetDataDir_AsposePdf (); // Open PDF document using ( var pageEditor = new...

    docs.aspose.com/pdf/net/manipulate-page-propert...
  2. Suppress blank merge-field output and remove em...

    Scenario: We generate PDFs from Word templates using JsonMailMergeDataSource. The templates contain merge fields populated via JPath from our JSON payload. Issue: When a JSON property is empty or missing, the merge fi…...an empty line/space in the document. We need the line to collapse...empty lines in your final document, disrupting the flow of content...

    forum.aspose.com/t/suppress-blank-merge-field-o...
  3. Add Web Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a blue web link annotation on page 1 pointing to Aspose’s Python PDF product page, and saves the modified Document....resources, websites, or documentation. Using PdfContentEditor...instance. Bind the input PDF document. Define a rectangle for the...

    docs.aspose.com/pdf/python-net/add-web-link/
  4. 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...
  5. 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...
  6. 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...
  7. Export PPTX to DOCX on Andorid via Java or with...

    Convert PPTX to DOCX in mobile apps without installing any software or online. Test free PPTX to DOCX online converter quickly before integrating the code....You can convert your given document in two steps. You can use...HTML. After that by using document processing API Aspose.Words...

    products.aspose.com/total/android-java/conversi...
  8. Word Content Control (Checkbox) get auto checke...

    Hi, I have a Word file with Content Control (checkbox) when I convert the Word file to PDF using ASPOSE Word 20.2 some checkbox gets checked (has ‘X’ within) and the checkbox can’t be changed afterward. We are using a li…...following simple code: Document doc = new Document(@"C:\Temp\in.docx");...the fonts used in your input document are not available on the machine...

    forum.aspose.com/t/word-content-control-checkbo...
  9. 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...
  10. Convert Markdown to DOCX – C# Examples

    Convert Markdown to DOCX using Aspose.HTML for .NET. Consider Markdown to DOCX conversion scenarios in C# examples. Try online Markdown Converter...often used as a format for documentation and readme files since it...Aspose.Html.Saving; using var document = Converter.ConvertMarkdown("input...

    docs.aspose.com/html/net/convert-markdown-to-docx/