Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 5,599 for

compare document

(0.1 sec)
  1. Converting Presentation to images not processin...

    I am using a pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...workarounds that have been documented. If you continue to face...other users who have faced comparable challenges. If you have any...

    forum.aspose.com/t/converting-presentation-to-i...
  2. Low Code|Aspose.Words为C++

    使用Low CodeAPI简化文档处理任务,如比较、转换、拆分、合并、查找和替换等。 Aspose.WordsLowCodeAPI具有简洁的语法,快速的结果和最小的编码努力。...Converting 从一种格式到另一种格式的文档 Comparing 文件 Mail merging Merging 文件...e.Words对象模型结合使用。 在 API documentation 中查看更多Low Code示例。 C++开发人员指南...

    docs.aspose.com/words/zh/cpp/low-code/
  3. Feldübersicht in Python|Aspose.Words für Python...

    Sie können mit Python auf die Feldänderung zugreifen. Felder des Dokuments werden in das Aspose.Words Document Object Model (DOM) geladen....Words Document Object Model geladen. Ein...(Formelfeld) ADDRESSBLOCK AUTHOR COMPARE CREATEDATE DATE DOCPROPERTY...

    docs.aspose.com/words/de/python-net/fields-over...
  4. Преглед на полетата Python|Aspose.Words вместо ...

    Можете да получите достъп до полето за промяна с помощта на Python. Полета на документа се зареждат в Aspose.Words Document Object Model (DOM)....Words Document Object Model като набор от...поле) ADDRESSBLOCK AUTHOR COMPARE CREATEDATE DATE DOCPROPERTY...

    docs.aspose.com/words/bg/python-net/fields-over...
  5. 使用 C++ 比較兩個文檔

    使用 C++ 比較 Word 或 PDF 文檔以獲取文件之間的差異。您還可以比較其他流行格式的文件。...使用 Document Comparison API 後,您可以得到結果並將其保存為...Aspose::Words; auto docA = MakeObject <Document>( u"Input1.docx" ); auto docB...

    products.aspose.com/words/zh-hant/cpp/compare/
  6. C++에서 DOCX 비교

    C++를 사용하여 DOCX 문서를 비교하여 두 파일을 비교합니다. C++ API를 사용하면 한 문자 또는 한 단어가 변경된 경우에도 차이점을 감지할 수 있습니다....Aspose::Words; auto docA = MakeObject <Document>( u"Input1.docx" ); auto docB...docB = MakeObject <Document>( u"Input2.docx" ); // 비교 전 수정 사항이...

    products.aspose.com/words/ko/cpp/compare/docx/
  7. C#에서 DOCX 비교

    C#를 사용하여 DOCX 문서를 비교하여 두 파일을 비교합니다. C# API를 사용하면 한 문자 또는 한 단어가 변경된 경우에도 차이점을 감지할 수 있습니다....= new Document( "Input1.docx" ); var docB = new Document( "Input2...AcceptAllRevisions(); docA.Compare(docB, "Author Name" , DateTime...

    products.aspose.com/words/ko/net/compare/docx/
  8. So Sánh PDF Trong C#

    So sánh các PDF tài liệu sử dụng C# để khác nhau giữa hai tệp...= new Document( "Input1.pdf" ); var docB = new Document( "Input2...AcceptAllRevisions(); docA.Compare(docB, "Author Name" , DateTime...

    products.aspose.com/words/vi/net/compare/pdf/
  9. So Sánh DOCX Trong C#

    So sánh các DOCX tài liệu sử dụng C# để khác nhau giữa hai tệp...= new Document( "Input1.docx" ); var docB = new Document( "Input2...AcceptAllRevisions(); docA.Compare(docB, "Author Name" , DateTime...

    products.aspose.com/words/vi/net/compare/docx/
  10. C#에서 DOC 비교

    C#를 사용하여 DOC 문서를 비교하여 두 파일을 비교합니다. C# API를 사용하면 한 문자 또는 한 단어가 변경된 경우에도 차이점을 감지할 수 있습니다....= new Document( "Input1.doc" ); var docB = new Document( "Input2...AcceptAllRevisions(); docA.Compare(docB, "Author Name" , DateTime...

    products.aspose.com/words/ko/net/compare/doc/