Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 5,556 for

compare document

(0.14 sec)
  1. Procurar

    Procurar...arquivo TXT usando a classe Document. Salve o arquivo TXT como...como PDF usando o método Document.save(string, SaveFormat). O exemplo...

    blog.aspose.com/pt/words/convert-txt-to-pdf-in-...
  2. Vergelijk PDF-documenten met C#

    Vergelijk PDF-Documenten met C# met deze korte tutorial. Het omvat de omgevingsconfiguratie, het stapsgewijze proces en een uitvoerbare voorbeeldcode om twee PDF-bestanden te vergelijken met C#....het eerste PDF-document op met de klasse Document Laad het tweede...tweede PDF-document om ze te vergelijken Stel de gewenste vergelijkingsopties...

    kb.aspose.com/nl/words/net/compare-pdf-document...
  3. Inserisci campi in Java|Aspose.Words per Java

    Diversi modi per inserire campi nel Documento utilizzando Java....documento: Inserisci COMPARE Campo Il campo COMPARE confronta due valori...mostra come aggiungere campi COMPARE usando DocumentBuilder: Inserisci...

    docs.aspose.com/words/it/java/insert-fields/
  4. Inserir Campos em Java|Aspose.Words para Java

    Diferentes formas de inserir campos no Documento utilizando Java....documento: Inserir Campo COMPARE O campo COMPARE compara dois valores...mostra como adicionar campos COMPARE Usando DocumentBuilder: Inserir...

    docs.aspose.com/words/pt/java/insert-fields/
  5. Сравнете Два Документа С Помощта На Javascript

    Сравнете Word или PDF документи с помощта на JavaScript, за да получите разликата между файловете. Можете също да сравнявате файлове в други популярни формати....Document( "Input1.docx" ) var docB = new aw.Document( "Input2...acceptAllRevisions() docA.compare(docB, "Author Name" , new Date())...

    products.aspose.com/words/bg/nodejs-net/compare/
  6. Сравнете Два Документа С Помощта На Python

    Сравнете Word или PDF документи с помощта на Python, за да получите разликата между файловете. Можете също да сравнявате файлове в други популярни формати....Document( "Input1.docx" ) docB = aw.Document( "Input2...accept_all_revisions() docA.compare(docB, "Author Name" , datetime...

    products.aspose.com/words/bg/python-net/compare/
  7. Bandingkan Dua Dokumen Menggunakan Python

    Bandingkan Word dokumen atau PDF menggunakan Python untuk mendapatkan perbezaan antara fail. Anda juga boleh membandingkan fail dalam format popular lain....Document( "Input1.docx" ) docB = aw.Document( "Input2...accept_all_revisions() docA.compare(docB, "Author Name" , datetime...

    products.aspose.com/words/ms/python-net/compare/
  8. Palyginkite DOCX Su C++

    Palyginkite DOCX dokumentus naudodami C++, kad atskirtumėte du failus...Aspose::Words; auto docA = MakeObject <Document>( u"Input1.docx" ); auto docB...docB = MakeObject <Document>( u"Input2.docx" ); // Prieš palyginimą...

    products.aspose.com/words/lt/cpp/compare/docx/
  9. Palyginkite WORD Su C#

    Palyginkite WORD dokumentus naudodami C#, kad atskirtumėte du failus...= new Document( "Input1.docx" ); var docB = new Document( "Input2...AcceptAllRevisions(); docA.Compare(docB, "Author Name" , DateTime...

    products.aspose.com/words/lt/net/compare/word/
  10. Porównaj HTML W C++

    Porównaj HTML dokumenty używając C++ do porównania dwóch plików...Aspose::Words; auto docA = MakeObject <Document>( u"Input1.html" ); auto docB...docB = MakeObject <Document>( u"Input2.html" ); // Nie powinno...

    products.aspose.com/words/pl/cpp/compare/html/