Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 4,093 for

ape

(0.15 sec)
  1. 档案

    档案...pdf as ap # 第 2 步:加载 PDF 文档 document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # 步骤 4: 保存更新后的 PDF...

    blog.aspose.com/zh/pdf/resize-pdf-document-in-p...
  2. Chercher

    chercher...pdf as ap # Charger le fichier PDF document = ap.Document("watermarked...filigrane if item.sub_type == ap.Artifact.artifact_subtype.WATERMARK:...

    blog.aspose.com/fr/pdf/remove-watermark-from-pd...
  3. 档案

    档案...pdf as ap # 创建 TeXLoadOptions 类对象 options = ap.TeXLoadOptions()...TeXLoadOptions() # 创建文档类对象 document = ap.Document("sample.tex" , options)...

    blog.aspose.com/zh/pdf/convert-latex-to-pdf-in-...
  4. 档案

    档案...pdf as ap # 加载PDF文件 document = ap.Document("input.pdf")...pdf") # 创建一个新的矩形 newBox = ap.Rectangle(200, 220, 2170, 1520,...

    blog.aspose.com/zh/pdf/crop-pdf-pages-in-python/
  5. 아카이브

    아카이브...pdf as ap # PDF 파일 로드 document = ap.Document("input...Document("input.pdf") # 새 직사각형 만들기 newBox = ap.Rectangle(200, 220, 2170, 1520...

    blog.aspose.com/ko/pdf/crop-pdf-pages-in-python/
  6. 아카이브

    아카이브...pdf as ap # TeXLoadOptions 클래스 객체 생성 options = ap.TeXLoadOptions()...TeXLoadOptions() # 문서 클래스 객체 생성 document = ap.Document("sample.tex" , options)...

    blog.aspose.com/ko/pdf/convert-latex-to-pdf-in-...
  7. Archivo

    Archivo...pdf as ap # Cargar archivo PDF document = ap.Document("watermarked...marca de agua if item.sub_type == ap.Artifact.artifact_subtype.WATERMARK:...

    blog.aspose.com/es/pdf/remove-watermark-from-pd...
  8. ادغام PDF | Aspose.PDF

    ادغام اسناد PDF با برنامه های متقابل رایگان و API های کد بالا برای هر پلتفرم....pdf as ap # Open first document document1 = ap . Document...Open second document document2 = ap . Document ( input_pdf_2 ) #...

    products.aspose.com/pdf/fa/merger/
  9. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200)...Resolution(200) device = ap.devices.JpegDevice(resolution) page_count...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  10. How to create PDF | Aspose.PDF

    Do you know how easily create PDF documents using Python via .NET? Print PDF files with high quality using Python via .NET PDF library....pdf as ap # Initialize document object document = ap . Document...textfragment object text_fragment = ap . text . TextFragment ( "Hello...

    products.aspose.com/pdf/tutorial/create-pdf/