Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 5,873 for

ape

(0.55 sec)
  1. Python에서 PDF를 PDF/A 형식으로 변환|Aspose.PDF for Pyth...

    이 주제에서는 Aspose.PDF for Python을 통해 PDF 파일을 PDF/A 호환 PDF 파일로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample....log" # PDF 문서 열기 document = ap . Document ( input_pdf ) # PDF/A...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  2. Converting a PDF file to JPEG using Python | As...

    Code Examples on Python for PDF‑to‑JPEG Conversion on All Platforms...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...[ 1 ] res = ap . Resolution ( 300 ) device = ap . JpegDevice...

    products.aspose.com/pdf/python-cpp/conversion/p...
  3. Архивы

    Архивы...pdf as ap # Создать экземпляр объекта TeXLoadOptions...TeXLoadOptions options = ap.TeXLoadOptions() # Загрузите документ...

    blog.aspose.com/ru/pdf/convert-latex-to-word-py...
  4. Python'da Görüntülerden PDF Oluşturma

    Python'da Aspose.PDF for Python via .NET kullanarak görüntülerden PDF oluşturmayı öğrenin. Bu kılavuz kurulum, kod incelemesi, seçenekler ve ipuçlarını kapsar....pdf as ap pdf_doc = ap . Document() Document sınıfı...page . resources . images . add(ap . Image(img_stream)) # Fit the...

    blog.aspose.com/tr/pdf/generate-pdf-from-images...
  5. Guardar documento PDF programáticamente|Aspose....

    Aprende cómo guardar un archivo PDF en Python Aspose.PDF para Python a través de la biblioteca C++. Guarda el documento PDF en el sistema de archivos, en un flujo, y en aplicaciones web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/es/python-cpp/save-pdf-docu...
  6. Python kullanarak PDF'ye Barkod ekle | Python k...

    Aspose.PDF for Python via .NET kullanarak PDF dosyalarına barkod eklemeyi öğrenin. Bu adım‑adım rehber, kod, kurulum ve performans ipuçlarını kapsar....pdf as ap # Create a new PDF document and...and add a page document = ap . Document( "input.pdf" ) page =...

    blog.aspose.com/tr/pdf/add-barcode-to-pdf-in-py...
  7. Archivo

    Archivo...pdf as ap # Cargue el PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/es/pdf/rotate-pdf-in-python/
  8. Clase PdfViewer|Aspose.PDF for Python via .NET

    Aprenda cómo usar la clase PdfViewer en Aspose.PDF for Python via .NET para decodificar todas las páginas PDF, decodificar una página específica y examinar los metadatos PDF relacionados con el visor....pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/es/python-net/pdfviewer-class/
  9. Classe PdfViewer|Aspose.PDF for Python via .NET

    Apprenez à utiliser la classe PdfViewer dans Aspose.PDF for Python via .NET pour décoder toutes les pages PDF, décoder une page spécifique et inspecter les métadonnées PDF liées au visualiseur....pdf as ap import aspose.pdf.facades as...() viewer . coordinate_type = ap . PageCoordinateType . MEDIA_BOX...

    docs.aspose.com/pdf/fr/python-net/pdfviewer-class/
  10. استبدال النص على الصفحة بالحالة|Aspose.PDF for ...

    في هذا المثال، يتم استبدال جميع تكرارات كلمة «software» في الصفحة 1 بـ «SOFTWARE PAGE 1"، باستخدام نص أحمر بحجم خط 12....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/ar/python-net/replace-text-...