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

ape

(0.15 sec)
  1. Архів

    Архів...as ap # Створіть об’єкт класу TeXLoadOptions options = ap.TeXLoadOptions()...об’єкт класу Document document = ap.Document("sample.tex" , options)...

    blog.aspose.com/uk/pdf/convert-latex-to-pdf-in-...
  2. Extraire des Images depuis un Fichier PDF en ut...

    Cette section montre comment extraire des images d'un fichier PDF en utilisant la bibliothèque Python....pdf as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-net/extract-image...
  3. 从印章中提取文本|Aspose.PDF for C++

    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/zh/cpp/extract-text-from-st...
  4. 記録

    記録...pdf as ap # TeXLoadOptions オブジェクトをインスタンス化する options = ap.TeXLoadOptions()...TEXドキュメントをロードする pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/ja/pdf/convert-latex-to-word-py...
  5. Archiv

    Archiv...pdf as ap # PDF-Datei laden document = ap.Document("input...Sie ein neues Rechteck newBox = ap.Rectangle(200, 220, 2170, 1520...

    blog.aspose.com/de/pdf/crop-pdf-pages-in-python/
  6. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample..."pdf_to_tex.tex" # 打開PDF文件 document = ap.Document(input_pdf) # 創建 LaTeXSaveOptions...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-late...
  7. ארכיון

    ארכיון...pdf as ap # טען קובץ PDF document = ap.Document("watermarked...סימן מים if item.sub_type == ap.Artifact.artifact_subtype.WATERMARK:...

    blog.aspose.com/he/pdf/remove-watermark-from-pd...
  8. Lưu trữ

    Lưu trữ...pdf as ap # Bước 2: Tải tài liệu PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Bước 4: Lưu PDF...

    blog.aspose.com/vi/pdf/resize-pdf-document-in-p...
  9. Updated Embedded Excel Data Not Updating, Requi...

    In a C# environment using these packages <PackageReference Include="Aspose.Cells" Version="24.10.0" /> <PackageReference Include="Aspose.Slides.NET" Version="24.10.0" /> I have this powerpoint file with 1 slide slide …...Presentation ap = new(ReportStream); foreach (ISlide slide in ap.Slides)...wb.CalculateFormula(opts); } ap.Save(@"[directory omitted]\abc...

    forum.aspose.com/t/updated-embedded-excel-data-...
  10. AcroFormを抽出 - PythonでPDFからフォームデータを抽出|Aspose.PDF...

    Aspose.PDF for Pythonライブラリを使用して、PDFドキュメントからフォームを抽出します。PDFファイルの個々のフィールドから値を取得します。...pdf as ap # ドキュメントを開く pdfDocument = ap . Document ( input_file...

    docs.aspose.com/pdf/ja/python-net/extract-form/