Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 20,728 for

2 of

(0.43 sec)
  1. Presentation Theme|Aspose.Slides for Node.js vi...

    PowerPoint presentation theme in JavaScript...colors from the additional palette(2) are formed. You can then set...colors. 1 - Main theme colors 2 - Colors from the additional palette...

    docs.aspose.com/slides/nodejs-java/presentation...
  2. VSDX saved to PDF is missing elements - Free Su...

    Hi, When converting a specific .vsdx to .pdf, most Of its content is not visible. I’m using this code: Diagram diag = new Diagram(options.SourcePath); diag.Save(options.DestinationPath, SaveFileFormat.Pdf);...Family sogidev May 28, 2025, 2:25pm 1 Hi, When converting a specific...Professionalize.Discourse May 28, 2025, 2:25pm 2 @sogidev It seems that you...

    forum.aspose.com/t/vsdx-saved-to-pdf-is-missing...
  3. Docx to Pdf rendition is not getting generating...

    In the original document SISMS-06-01-SFP-FORM-006320.docx (107.7 KB), row 54 appears on page 9. However, after converting the document to PDF using Aspose version 25.6, row 54 is shifted to page 8 in the output file SISM…...Discourse July 11, 2025, 4:34am 2 @rnara Cause The issue you’re...PDF file. rnara July 14, 2025, 2:04pm 4 @vyacheslav.deryushev we...

    forum.aspose.com/t/docx-to-pdf-rendition-is-not...
  4. DOCX to XPS conversion issue with content posit...

    Hi, I have application that uses Aspose.Words for .Net for many thing, among others for conversion doc files to XPS. I am using SQL ReportServer for generation Of Doc files. Doc files are converted to XPS using Aspose,…...manzoor July 14, 2020, 6:14pm 2 @Zeljko_Ratkovic We have logged...Zeljko_Ratkovic November 26, 2020, 2:20pm 5 @tahir.manzoor Hi Tahir...

    forum.aspose.com/t/docx-to-xps-conversion-issue...
  5. Import PDF to OneNote | Aspose.Note Documentation

    This guide provides instructions on importing PDFs into OneNote using .NET APIs....Copy 1 var d = new Document(); 2 3 d.Import(Path.Combine(dataDir...Copy 1 var d = new Document(); 2 3 var importOptions = new PdfImportOptions();...

    docs.aspose.com/note/net/import/import-from-pdf/
  6. LaTeX embedded graphics | Include graphics in t...

    This article covers how to include base64-encoded images in the LaTeX source code, as well as the \write18 feature that makes this possible....Copy 1 \ documentclass{article} 2 \ begin{filecontents * } [ overwrite...end{document} Here it is. Step 2 is accomplished. We have the image...

    docs.aspose.com/tex/net/latex-embedded-graphics/
  7. HtmlSaveOptions.DocumentPartSavingCallback | As...

    Control document part saving with HtmlSaveOptions' DocumentPartSavingCallback. Optimize your HTML or EPUB exports for seamless user experience....DocumentPartFileName = partFileName ; // 2 - Create a custom stream for the...ImageFileName = imageFileName ; // 2 - Create a custom stream for the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PersonCollection class | Aspose.Words for Python

    aspose.words.bibliography.PersonCollection class. Represents a list Of persons who are bibliography source contributors.... assertEqual ( 2 , authors . count ) person = authors...

    reference.aspose.com/words/python-net/aspose.wo...
  9. IDocumentPartSavingCallback Interface | Aspose....

    Control document saving with Aspose.Words.Saving.IDocumentPartSavingCallback. Get notified and customize exports to HTML or EPUB effortlessly....DocumentPartFileName = partFileName ; // 2 - Create a custom stream for the...ImageFileName = imageFileName ; // 2 - Create a custom stream for the...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Aspose.TeX's input interface | Python

    Conversion functionality Of Aspose.TeX API solution for Python with TeX, as an input format is explained here with the code examples.... io import * 2 from util import Util 3 ##########...Copy 1 from aspose. tex import * 2 from aspose. tex . io import *...

    docs.aspose.com/tex/python-net/aspose-tex-input/