Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 5,603 for

compare document

(0.74 sec)
  1. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your Document using Java....ways to insert fields into a document: using DocumentBuilder using...FieldBuilder using Aspose.Words Document Object Model (DOM) In this...

    docs.aspose.com/words/java/insert-fields/
  2. How to Add Table in PDF Files using Python | As...

    Do you know how easily add table in PDF via Python? Add table in PDF with high quality using Python PDF library....files are widely used for document sharing due to the same look...and platforms. Quite often, documents require the inclusion of tables...

    products.aspose.com/pdf/tutorial/add-table-pdf/
  3. Find Field Properties in Python|Aspose.Words fo...

    How to find some field properties like field code and field result in Python....names of merge fields in a document, then you can instead use...names of all merge fields in a document: FAQ Q: How can I obtain the...

    docs.aspose.com/words/python-net/find-field-pro...
  4. CompareOptions.IgnoreCaseChanges | Aspose.Words...

    Discover how the CompareOptions IgnoreCaseChanges property enhances Document comparison by enabling case-insensitive analysis for accurate results....property True indicates that documents comparison is case insensitive...to filter specific types of document elements when making a comparison...

    reference.aspose.com/words/net/aspose.words.com...
  5. CompareOptions.IgnoreHeadersAndFooters | Aspose...

    Discover how the CompareOptions IgnoreHeadersAndFooters property enhances Document processing by ignoring headers and footers for cleaner data analysis....to filter specific types of document elements when making a comparison...comparison. // Create the original document and populate it with various...

    reference.aspose.com/words/net/aspose.words.com...
  6. Textabsorber not getting regex right, when havi...

    Hi Team, i’m trying to remove the tags from the Document using the attached code. but when trying to add a colon in the tag like below, and modified the regex as below. the textfragent is not coming. i’ve using the fil…...to remove the tags from the document using the attached code. but...process might differ between document types. Solution : Regex Pattern...

    forum.aspose.com/t/textabsorber-not-getting-reg...
  7. Online MOBI to DIF Conversion or Build .NET bas...

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

    products.aspose.com/total/net/conversion/mobi-t...
  8. Adjust Workbook Compression Level with Golang v...

    Learn how to adjust the compression level of a workbook using Aspose.Cells for C++ to optimize file size and processing time....OoxmlCompressionType enumeration and compares the conversion time for Level1... and Level9. You may also compare the sizes of the generated...

    docs.aspose.com/cells/go-cpp/adjust-workbook-co...
  9. 计算一系列单元格的总和|Documentation

    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....resultCell ) { // Open the document for editing. using ( SpreadsheetDocument...SpreadsheetDocument document = SpreadsheetDocument . Open ( docName...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  10. PDF Metadata Title with Emoji characters show C...

    Hi, please see C# code below. var html = "<html>...</html>" var pdfDocument = new Document(new MemoryStream(Encoding.UTF8.GetBytes(html))); pdfDocument.Info.Title = "⭐Once Upon a Star"; pdfDocument.Save(filePath); when…...</html>" var pdfDocument = new Document(new MemoryStream(Encoding...KB) the browser title and document properties is Chinese characters...

    forum.aspose.com/t/pdf-metadata-title-with-emoj...