Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 270 for

rb

(0.04 sec)
  1. Get XMP metadata from EPS file using Python

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here....eps" , "rb" ,) 5 # Create PsDocument instance...

    docs.aspose.com/page/python-net/xmp-metadata/get/
  2. Add array items in XMP metadata of EPS| Python

    The process of adding items in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here....eps" , "rb" ,) 5 # Create the PsDocument...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  3. Merge EPS files to PDF using Python

    Merger EPS functionality of Aspose.Page API solution for Python allows you to combine several EPS files into a single PDF document....eps" , "rb" ,) 9 document = PsDocument(ps_stream)...

    docs.aspose.com/page/python-net/merge/eps/
  4. Add XMP metadata to EPS file using Python

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for Python is explained and illustrated with the code snippets here....eps" , "rb" ,) 5 # Create PsDocument instance...

    docs.aspose.com/page/python-net/xmp-metadata/add/
  5. Licensing|Aspose.Slides for Python Documentation

    Aspose.Slides for Python via Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies....lic" , mode = "rb" ) data = input . read () pres...

    docs.aspose.com/slides/python-java/licensing/
  6. Merge PostScript files to PDF using Python

    Merger PS functionality of Aspose.Page API solution for Python allows you to combine several PS files into a single PDF document....ps" , "rb" ,) 9 document = PsDocument(ps_stream)...

    docs.aspose.com/page/python-net/merge/ps/
  7. EPUB Converter – Aspose.HTML for Python via .NET

    In this article, you will learn about supported EPUB conversions and consider Python example of how to convert EPUB to PDF....with open("{{input lower}}", 'rb') as stream: # Initialize saving...

    docs.aspose.com/html/python-net/epub-converter/
  8. Missing Text When Converting PPTX to PDF with A...

    Hello, we’ve been seeing issues with all text in some PPTX files missing from generated PDFs on our linux server. I’ll attach one of the files along with the code snippet and converted PDF here. The same code works fine…...ttf" try: with open(file_path, "rb") as file_stream: file_data =...

    forum.aspose.com/t/missing-text-when-converting...
  9. Licensing - Aspose.TeX for Python

    If you are using the licensed version of the Aspose.TeX API solution for Python, you can learn here how to apply the license.... license_path , "rb" ) as my_stream: 4 # Set license...

    docs.aspose.com/tex/python-net/licensing/
  10. Watermark|Aspose.Slides for Python Documentation

    Add text and image watermarks to PowerPoint presentations in Python...png" , "rb" ) as image_stream : image =...

    docs.aspose.com/slides/python-net/watermark/