.NET 経由の Aspose.PDF for Python を使用して PDF ドキュメント内の AcroForm フィールドを変更します。これには、テキストのクリア、制限の設定、フィールドのスタイル設定、フィールドの削除などが含まれます。...pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...
この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加する方法、HTMLフラグメントを追加する方法、またはカスタムOTFフォントを使用する方法を学びます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...テキストフラグメントを作成 text_fragment = ap . text . TextFragment ( "main...
Aprenda como atualizar a aparência e os destinos dos links PDF em Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...
Aspose.PDF for Pythonを使用して、PDFファイルでフォームをゼロから作成できます...pdf as ap # ドキュメントを開く pdfDocument = ap . Document ( input_file...input_file ) # フィールドを作成 textBoxField = ap . forms . TextBoxField ( pdfDocument...
Aspose.PDF for Pythonライブラリを使用すると、PythonでPDFをExcel形式に変換できます。これらの形式には、XLS、XLSX、XML 2003スプレッドシート、CSV、ODSが含まれます。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...
Эта тема о липких аннотациях, в качестве примера мы показываем аннотацию водяного знака в тексте....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...
Python에서 PDF 파일을 개별 페이지, 동일한 부분, 고정 크기 그룹, 사용자 지정 페이지 범위, 홀수 또는 짝수 페이지로 분할하는 방법을 알아봅니다....pdf as ap from os import path def split_documents...infile , outdir ): document = ap . Document ( infile ) for page_num...
Узнайте, как рисовать и заливать формы дуг в PDF‑файлах на Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...
تعرف على كيفية رسم الأشكال القوسية وتعبئتها في ملفات PDF في Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...
Modify AcroForm fields in PDF documents by using Aspose.PDF for Python via .NET, including clearing text, setting limits, styling fields, and removing fields....pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...