Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 4,096 for

ape

(0.15 sec)
  1. Pythonを使用してPDFファイルから画像を抽出する|Aspose.PDF for Pyth...

    このセクションでは、Pythonライブラリを使用してPDFファイルから画像を抽出する方法を示します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...

    docs.aspose.com/pdf/ja/python-net/extract-image...
  2. Extraire du Texte à partir de Tampons|Aspose.PD...

    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....MakeObject < TextAbsorber > (); auto ap = annot -> get_Appearance ()...idx_get ( u "N" ); ta -> Visit ( ap ); Console :: WriteLine ( ta...

    docs.aspose.com/pdf/fr/cpp/extract-text-from-st...
  3. Python으로 프로그래밍 방식으로 PDF 페이지 삭제|Aspose.PDF for P...

    Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일에서 페이지를 삭제할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ko/python-net/delete-pages/
  4. 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...
  5. 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/
  6. 确定换行符|Aspose.PDF for Python via .NET

    了解更多关于如何使用Python确定多行TextFragment的换行符...pdf as ap def track_line_breaking (): """跟踪多行文本片段的换行"""..."track_line_breaking.txt" # 创建新的文档对象 document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/determine-lin...
  7. Архивы

    Архивы...pdf as ap # Создайте объект класса TeXLoadOptions...TeXLoadOptions options = ap.TeXLoadOptions() # Создайте объект класса...

    blog.aspose.com/ru/pdf/convert-latex-to-pdf-in-...
  8. Archivio

    Archivio...pdf as ap # Crea un oggetto di classe TeXLoadOptions...TeXLoadOptions options = ap.TeXLoadOptions() # Creare un oggetto...

    blog.aspose.com/it/pdf/convert-latex-to-pdf-in-...
  9. Archivio

    Archivio...pdf as ap input_pdf = DIR_INPUT + "sample...tex" # Apri file PDF document = ap.Document(input_pdf) # Crea un...

    blog.aspose.com/it/pdf/convert-pdf-to-latex-in-...
  10. Archivio

    Archivio...pdf as ap # Carica file PDF compressPdfDocument = ap.Document("input...OptimizationOptions pdfoptimizeOptions = ap.optimization.OptimizationOptions()...

    blog.aspose.com/it/pdf/compress-pdf-in-python/