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

import document

(0.2 sec)
  1. Need to get the per line author changes in the ...

    I’m working with Word Documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the Document using A…...author changes in the word document Aspose.Words Product Family...12:51pm 1 I’m working with Word documents that have been edited by multiple...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  2. Get XMP metadata from EPS file using Python

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here.... eps import * 2 from util import Util 3 ##########...########## 6 7 # The path to the documents directory. 8 data_dir = Util...

    docs.aspose.com/page/python-net/xmp-metadata/get/
  3. Doc Properties update TOC page numbering change...

    Hi Team, We are using the Doc properties update extensively and it works really well. but for few cases we see some challenges which causes some issue. the Document table of content is getting changed after the doc pr…... the document table of content is getting...Table of Contents in a Word document is built from field codes...

    forum.aspose.com/t/doc-properties-update-toc-pa...
  4. Aspose.Words for Java filling multiple custom T...

    I have a Word Document with 2 custom TOCs, each with independent content items. When I run the MS Word option to “Update Table” the results show as correct. When I run the docx into Aspose.Word for Java the result is bot…...2025, 7:42pm 1 I have a Word document with 2 custom TOCs, each with...(Tables of Contents) in a Word document using Aspose.Words for Java...

    forum.aspose.com/t/aspose-words-for-java-fillin...
  5. Გადაიყვანეთ WORD Გამოსახულება Python

    გადაიყვანეთ WORD Გამოსახულება Python ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება Python....კოპირება import aspose.words as aw doc = aw.Document( "Input.docx"...save_options) import aspose.words as aw doc = aw.Document("Input.docx")...

    products.aspose.com/words/ka/python-net/convers...
  6. Გადაიყვანეთ JPG PDF Python

    გადაიყვანეთ JPG PDF Python ფორმატში კოდით. შეინახეთ JPG როგორც PDF Python....კოპირება import aspose.words as aw doc = aw.Document() builder..."Output.pdf" ) import aspose.words as aw doc = aw.Document("Input.jpg")...

    products.aspose.com/words/ka/python-net/convers...
  7. Გადაიყვანეთ PDF TIFF Python

    გადაიყვანეთ PDF TIFF Python ფორმატში კოდით. შეინახეთ PDF როგორც TIFF Python....კოპირება import aspose.words as aw doc = aw.Document( "Input.pdf"...save_options) import aspose.words as aw doc = aw.Document("Input.pdf")...

    products.aspose.com/words/ka/python-net/convers...
  8. Გადაიყვანეთ PDF TXT Python

    გადაიყვანეთ PDF TXT Python ფორმატში კოდით. შეინახეთ PDF როგორც TXT Python....კოპირება import aspose.words as aw doc = aw.Document( "Input.pdf"..."Output.txt" ) import aspose.words as aw doc = aw.Document("Input.pdf")...

    products.aspose.com/words/ka/python-net/convers...
  9. Გადაიყვანეთ PDF Openoffice Python

    გადაიყვანეთ PDF OpenOffice Python ფორმატში კოდით. შეინახეთ PDF როგორც OpenOffice Python....კოპირება import aspose.words as aw doc = aw.Document( "Input.pdf"..."Output.odt" ) import aspose.words as aw doc = aw.Document("Input.pdf")...

    products.aspose.com/words/ka/python-net/convers...
  10. Გადაიყვანეთ JPG JPG Python

    გადაიყვანეთ JPG JPG Python ფორმატში კოდით. შეინახეთ JPG როგორც JPG Python....კოპირება import aspose.words as aw doc = aw.Document() builder...SaveFormat.JPG)) import aspose.words as aw doc = aw.Document("Input.jpg")...

    products.aspose.com/words/ka/python-net/convers...