Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 4,096 for

ape

(0.11 sec)
  1. فتح مستند PDF برمجيًا|Aspose.PDF لـ Python عبر ...

    تعلم كيفية فتح ملف PDF في مكتبة Aspose.PDF لـ Python عبر .NET. يمكنك فتح ملف PDF موجود، مستند من دفق، ومستند PDF مشفر....pdf as ap # فتح المستند document = ap . Document ( input_pdf...موجود من دفق import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/ar/python-net/open-pdf-docu...
  2. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...
  3. 기존 PDF에서 테이블 제거|Aspose.PDF for Python via .NET

    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....pdf as ap # 기존 PDF 문서 로드 pdf_document = ap . Document (...TableAbsorber 객체 생성 absorber = ap . text . TableAbsorber () # 첫...

    docs.aspose.com/pdf/ko/python-net/remove-tables...
  4. أرشيف

    أرشيف...pdf as ap input_pdf = DIR_INPUT + "many_pages... # افتح مستند PDF document = ap.Document(input_pdf) # إنشاء كائن...

    blog.aspose.com/ar/pdf/convert-pdf-to-image-in-...
  5. 기존 PDF의 테이블 조작|Aspose.PDF for Python via .NET

    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....pdf as ap # 기존 PDF 파일 로드 pdf_document = ap . Document (...TableAbsorber 객체 생성 absorber = ap . text . TableAbsorber () # 첫...

    docs.aspose.com/pdf/ko/python-net/manipulate-ta...
  6. PDF를 EPUB, LaTeX, 텍스트, XPS로 변환하기|Aspose.PDF for...

    이 주제는 Python을 사용하여 PDF 파일을 EPUB, LaTeX, 텍스트, XPS 등과 같은 다른 파일 형식으로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...epub" # PDF 문서 열기 document = ap . Document ( input_pdf ) # Epub...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  7. Compare PDF documents|Aspose.PDF for Python via...

    It's possible to compare PDF documents content with annotation marks and side-by-side output....pdf as ap from aspose.pdf.comparison import...Open PDF documents document1 = ap . Document ( data_dir + "ComparingSpecificPag...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  8. PDF에 페이지 번호 추가하기 (Python 사용)|Aspose.PDF for Pyt...

    Aspose.PDF for Python via .NET을 사용하여 PageNumber Stamp 클래스를 통해 PDF 파일에 페이지 번호 스탬프를 추가할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...번호 스탬프 생성 page_number_stamp = ap . PageNumberStamp () # 스탬프가 배경인지...

    docs.aspose.com/pdf/ko/python-net/add-page-number/
  9. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF document in Python using Aspose.PDF for flexible document creation and editing....pdf as ap # Global configuration DATA_DIR...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/add-pages/
  10. Mover Páginas de PDF programaticamente via Pyth...

    Tente mover páginas para a localização desejada ou para o final de um arquivo PDF usando Aspose.PDF para Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/pt/python-net/move-pages/