Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 5,693 for

compare document

(0.79 sec)
  1. Chart Types|Documentation

    Learn about the various chart types supported by Aspose.Cells for .NET. Our guide will walk you through the different types of charts available and show you how to create and modify them to enhance your worksheets....charts are mostly used to compare values across different categories...statistics to visually display and compare two sets of related quantitative...

    docs.aspose.com/cells/net/chart-types/
  2. Pdf rendition is not getting generating like wo...

    Hi Team, We are trying to transformation input file with below code. Document doc = new Document("test.docx"); PdfSaveOptions options = new PdfSaveOptions(); doc.save("output.pdf", options); Formatting and Alignment o…...getting generating like word document Aspose.Words Product Family...with below code. Document doc = new Document("test.docx"); PdfSaveOptions...

    forum.aspose.com/t/pdf-rendition-is-not-getting...
  3. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for JavaScript via C++....can ensure that your printed document is easy to read and well‑organized...it easier to compare and analyze printed documents. Professional...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  4. Comparing VSTO with Aspose.Cells for .NET|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ask AI Comparing VSTO with Aspose.Cells for .NET Contents [ Hide...Hide ] This article compares using VSTO (Visual Studio Tools...

    docs.aspose.com/cells/net/comparing-vsto-with-a...
  5. Online MHTML to DOTX Conversion or Build .NET b...

    Free online app to convert MHTML to DOTX files. .NET C# conversion library code for MHTML Documents....will be converted into DOTX document Download the converted DOTX...API Open MHTML file using Document class Convert MHTML to Doc...

    products.aspose.com/total/net/conversion/mhtml-...
  6. Node.js API for Word Documents, Powerpoint Pres...

    Process Microsoft Word Files, Powerpoint Presentations via Node.js API. Utilize Nodejs to create, manipulate or convert word Documents, powerpoint presentations and email formats....Install-Package Visit our documentation for more details. Aspose...package for Microsoft Word Documents, Powerpoint Presentation manipulation...

    products.aspose.com/total/nodejs-net/
  7. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…... Compare the result with a PDF produced...FillDocumentWithJson(Document document, string json) { Dictionary<string...

    forum.aspose.com/t/issue-with-text-placeholders...
  8. Online PDF to SXC Conversion or Build .NET base...

    Free online app to convert PDF to SXC files. .NET C# conversion library code for PDF Documents....will be converted into SXC document Download the converted SXC...Automation API Open PDF file using Document class Convert PDF to XLSX...

    products.aspose.com/total/net/conversion/pdf-to...
  9. Format Table in Document in NPOI|Aspose.Words f...

    Format table in a Document easily and fast instead of using NPOI in C#....Ask AI Format Table in Document in NPOI Contents [ Hide ] Purpose...Aspose.Words - Format Table in Document Note that before you apply...

    docs.aspose.com/words/net/format-table-in-docum...
  10. Convert SVG to PNG in Python – Code Examples

    Convert SVG to PNG in Python with Aspose.SVG. Use Converter.convert_svg(), set the background, page size, margins, and resolution....following example converts document.svg to result.png using the...with SVGDocument ( "document.svg" ) as document: 9 Converter. convert_svg...

    docs.aspose.com/svg/python-net/convert-svg-to-png/