Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 5,867 for

ape

(1.28 sec)
  1. How to - use Aspose.Pdf for JasperReports offli...

    Explore offline demos for Aspose.PDF for JasperReports. Learn practical implementations and features in a hands-on manner....ap. Run the following commands on...<InstallDir> \demo\samples\charts.ap\AreaChartReport.pdf in Adobe...

    docs.aspose.com/pdf/jasperreports/how-to-use-as...
  2. 스탬프에서 텍스트 추출|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/ko/cpp/extract-text-from-st...
  3. Procurar

    Procurar...pdf as ap # Carregar arquivo PDF document = ap.Document("watermarked...marca d'água if item.sub_type == ap.Artifact.artifact_subtype.WATERMARK:...

    blog.aspose.com/pt/pdf/remove-watermark-from-pd...
  4. 搜索

    搜索...pdf as ap # 創建 TeXLoadOptions 類對象 options = ap.TeXLoadOptions()...TeXLoadOptions() # 創建文檔類對象 document = ap.Document("sample.tex" , options)...

    blog.aspose.com/zh-hant/pdf/convert-latex-to-pd...
  5. PythonでPDFページサイズを変更する|Aspose.PDF for Python via...

    Aspose.PDF for Python via .NETライブラリを使用してPDFドキュメントのページサイズを変更します。...pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ja/python-net/change-page-s...
  6. Certificación PDF|Aspose.PDF for Python via .NET

    Aprenda cómo certificar documentos PDF en Python usando PdfFileSignature y DocMDPSignature con diferentes permisos de modificación del documento....create_doc_mdp_signature ( certificate_path , ap . forms . DocMDPAccessPermissi...create_doc_mdp_signature ( certificate_path , ap . forms . DocMDPAccessPermissi...

    docs.aspose.com/pdf/es/python-net/pdf-certifica...
  7. Archiv

    Archiv...pdf as ap # Načtěte PDF doc = ap.Document("input.pdf")...rotace pro obsah page.rotate = ap.Rotation.ON90 # Uložit otočený...

    blog.aspose.com/cs/pdf/rotate-pdf-document-online/
  8. 記録

    記録...pdf as ap input_html = "input.html" output_pdf...options = ap.HtmlLoadOptions() # ファイルをロード document = ap.Document(input_html...

    blog.aspose.com/ja/pdf/convert-html-to-pdf-in-p...
  9. 为现有 PDF 文件设置权限|Aspose.PDF for Python via .NET

    设置和管理 PDF 文档权限,以控制用户的打印、复制和编辑等操作。...pdf as ap import aspose.pdf.facades as...import path import aspose.pdf as ap import aspose.pdf.facades as...

    docs.aspose.com/pdf/zh/python-net/set-privileges/
  10. PythonでプログラムによるPDFページのトリミング|Aspose.PDF for Pyth...

    Aspose.PDF for Python via .NETを使用して、幅、高さ、裁ち落とし、トリムボックスなどのページプロパティを取得できます。...pdf as ap document = ap . Document ( input_pdf...input_pdf ) # 新しいボックス矩形を作成 new_box = ap . Rectangle ( 200 , 220 , 2170...

    docs.aspose.com/pdf/ja/python-net/crop-pages/