Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 5,595 for

compare document

(0.56 sec)
  1. Find if the Worksheet is Dialog Sheet with Java...

    This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using Aspose.Cells for JavaScript via C++....type property, compares it with SheetType.Dialog ...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/find-if-th...
  2. How to Remove Watermark from PDF using C#

    This short tutorial guides on how to remove watermark from PDF using C#. It provides all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using C#....the source PDF file into the Document class object to delete the...artifacts on each page of the document and create a list of watermark-type...

    kb.aspose.com/pdf/net/how-to-remove-watermark-f...
  3. Digitally Sign PPTX File Online or using C++ | ...

    Free online app for digital signature in PPTX Presentation. Develop C++ application to electronically sign PPTX Presentations....Develop powerful C++ based PPTX document signing applications. Freely...digital signature into various documents including PPTX files online...

    products.aspose.com/total/cpp/signature/pptx/
  4. How to Remove Watermark from PDF using Python

    This short topic guides on how to remove watermark from PDF using Python. It encompasses all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using Python....source PDF file using the Document class object to delete the...artifact on each page of the document and make a list of watermark-type...

    kb.aspose.com/pdf/python/how-to-remove-watermar...
  5. C++ API to Export MD to RTF | products.aspose.com

    Convert MD to RTF within C++ applications....converting, and manipulating PDF documents. It also supports a variety...involves using the advanced Word Document Processing API, Aspose.Words...

    products.aspose.com/total/cpp/conversion/md-to-...
  6. 9. Symbols in math formulas

    Learn the classification of math symbols in TeX, and access to symbols of various classes using commands of standard TeX(LaTeX) and the amssymb package.... To see why, compare the symbols in the next example...based on the Aspose.TeX Documentation: .Net Java C++ Python Subscribe...

    docs.aspose.com/tex/java/latex-math-symbols/
  7. Race condition in Font properties in Aspose.PDF...

    While running a method that has the scope to set some properties on all Font instances of a PDF Documents, we had a race condition. –InvalidOperationException at System.ThrowHelper.ThrowInvalidOperationException(Except…...all Font instances of a PDF documents, we had a race condition....g__NormalizePdfDocument|6_10(Document document) in C:\Jws\fix-OP-101...

    forum.aspose.com/t/race-condition-in-font-prope...
  8. Font Formatting and Styling Issue After Upgradi...

    Hello Aspose Team, We have encountered an issue after upgrading Aspose.dll from version 22.5.0 to 25.6.0 in our application. Environment Details: Aspose.Words.dll: Upgraded from 22.5.0 → 25.6.0 Aspose.Cells.dll: …...styling from the source DOCX document. Actual Result: After upgrading...weight, and spacing). The same document produces correct output in...

    forum.aspose.com/t/font-formatting-and-styling-...
  9. Mail merge with repeating data in a table - Fre...

    Hi, Let’s say I want to generate a batch of 100 invoices, 2 pages per invoice. The template has headers and footers and a different section for each page. I can do a normal mail merge using “Execute” and providing a D…...which generates a 200 page document as I want. Now I want to have...ReadXml(@"C:\Temp\data.xml"); Document doc = new Document(@"C:\Temp\in.docx");...

    forum.aspose.com/t/mail-merge-with-repeating-da...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word Document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...word document. The code I’m using to do this is: Document RepDoc...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...

    forum.aspose.com/t/shapes-in-charts-rendered-by...