Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 5,562 for

compare document

(0.3 sec)
  1. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one Document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...Bookmark Replacement Issues in Document Processing Aspose.Words Product...one more issue for the below document when I try to replace bookmark...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  2. 从单元格中删除文本|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....colName , rowIndex ); // Given a document, a worksheet name, a column...uint rowIndex ) { // Open the document for editing. using ( SpreadsheetDocument...

    docs.aspose.com/cells/zh/net/delete-text-from-a...
  3. Access GridRow in a Worksheet|Documentation

    This article introduces how to get row object (GridRow) in the Worksheet in GridDesktop.... Height ); } Compare the code below; this will create...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. Extract DXF Entities and transform their XY coo...

    I need to manipulate an existing PDF by looking at some Text, Mtext, Circle, and Line entities within a DXF file. The location(s) of these entities need to be translated to PDF coordinates to Compare to existing PDF coor…...translated to PDF coordinates to compare to existing PDF coordinates...translated to PDF coordinates to compare…”), start by validating the...

    forum.aspose.com/t/extract-dxf-entities-and-tra...
  5. Split Screen of Excel Worksheet|Documentation

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using Aspose.Cells for Python via .NET APIs....same worksheet at a time to compare different subsets of data....remove the split setting. AI Document Assistant Close Analyzing...

    docs.aspose.com/cells/python-net/how-to-split-s...
  6. Color palette labels in a chart are not positio...

    Hello team. We encountered an issue when converting a given SVG image to EMF and inserting into empty PPT Document. The sample code for conversion is as following: private static byte[] convertSvgImageToEmf(byte[] im…...and inserting into empty PPT document. The sample code for conversion...EMF and inserting into PPT document, the text in the labels is...

    forum.aspose.com/t/color-palette-labels-in-a-ch...
  7. Get a column heading|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....worksheetName , cellName ); // Given a document name, a worksheet name, and...string cellName ) { // Open the document as read‑only. using ( SpreadsheetDocument...

    docs.aspose.com/cells/net/get-a-column-heading/
  8. Problem with PDF of Adobe Lifecycle-Designer - ...

    Hallo, we have the following problem with the attached file: If I open this pdf with Aspose-PDF-Document (Version 25.5), and call getPages().size() then the result is 1 Page. This is the same behaviour as Windows-Explo…...open this pdf with Aspose-PDF-Document (Version 25.5), and call getPages()...Windows-Explorer-Preview. But the Document has 3 Pages. You can see it...

    forum.aspose.com/t/problem-with-pdf-of-adobe-li...
  9. Access GridRow in a Worksheet|Documentation

    This article introduces how to get row object (GridRow) in the worksheet in GridWeb.... Height ); } Compare the code below; this will create...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  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...