Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 5,741 for

ape

(0.47 sec)
  1. Convertir PDF en EPUB, LaTeX, Texte, XPS en Pyt...

    Ce sujet vous montre comment convertir un fichier PDF en d'autres formats de fichier comme EPUB, LaTeX, Texte, XPS, etc. en utilisant Python....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Instancier...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  2. Trabalhando com Títulos em PDF|Aspose.PDF para ...

    Crie numeração no título do seu documento PDF com Python. Aspose.PDF para Python via .NET oferece diferentes tipos de estilos de numeração....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/pt/python-net/working-with-...
  3. ארכיון

    ארכיון...pdf as ap # אתחול אובייקט מסמך document = ap.Document() #...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/he/pdf/create-pdf-files-in-python/
  4. Archiwa

    Archiwa...pdf as ap input_pdf = DIR_INPUT + "sample...# Otwórz plik PDF document = ap.Document(input_pdf) # Utwórz...

    blog.aspose.com/pl/pdf/convert-pdf-to-excel-in-...
  5. العمل مع المحفظة في PDF باستخدام Python|Aspose....

    كيفية إنشاء محفظة PDF باستخدام Python. يجب عليك استخدام ملف Microsoft Excel، ومستند Word، وملف صورة لإنشاء محفظة PDF....pdf as ap # إنشاء كائن المستند document = ap . Document ()...المستندات document . collection = ap . Collection () # الحصول على...

    docs.aspose.com/pdf/ar/python-net/portfolio/
  6. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/python-net/save-pdf-document/
  7. Python을 사용하여 PDF 파일에서 벡터 데이터 추출하기|Aspose.PDF fo...

    Aspose.PDF 파일을 사용하면 PDF 파일에서 벡터 데이터를 쉽게 추출할 수 있습니다.위치, 색상, 선폭 등과 같은 벡터 데이터 (경로, 다각형, 폴리라인) 를 가져올 수 있습니다....pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/ko/python-net/extract-vecto...
  8. Importar e Exportar Dados de Formulário|Aspose....

    Importar e exportar dados de campo AcroForm em XML, FFD, XFDF e JSON usando Aspose.PDF for Python via .NET....pdf as ap def import_data_from_xml ( input_file_name..., output_file_name ): form = ap . facades . Form () form . bind_pdf...

    docs.aspose.com/pdf/pt/python-net/import-export...
  9. Медийные аннотации в PDF|Aspose.PDF for Python ...

    Узнайте, как добавлять звуковые, 3D, экранные и rich media аннотации в документы PDF, а также как просматривать или удалять мультимедийные аннотации с помощью Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/ru/python-net/media-annotat...
  10. Extraire les informations de signature du PDF e...

    Apprenez comment extraire les images de signature, les certificats et les détails de signature numérique des fichiers PDF avec Python....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/fr/python-net/extract-image...