Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 61,121 for

paths

(0.19 sec)
  1. Saving to memory stream results in a "...

    I am converting .mht files to pdf. Most of the files work 100%, but some .mht files result in the following error when I call Aspose.Pdf.Generator.PdfAspose.Pdf.Generator.Pdf.Save(memorystream); Aspose.Pdf…..."Illegal characters in path" error Aspose.PDF Product...characters in path. Source=mscorlib StackTrace: at System.IO.Path.Chec...

    forum.aspose.com/t/saving-to-memory-stream-resu...
  2. When saving docx as MHTML to outputstream for u...

    Hi Aspose support, I have a problem where when I convert a word doc to MHTML for use in a MailMessage object, and part of that Word doc has a url with &path= as part of the url in the body, it converts it to a new line …...for use in Mailmessage &p in "&path=" displays as "new line ath="...that Word doc has a url with &path= as part of the url in the body...

    forum.aspose.com/t/when-saving-docx-as-mhtml-to...
  3. wrapper.zip

    wrapper.xml aspose.imaging.Blend Aspose.Imaging.Blend Blend() Blend() False Blend(count) Blend(int count) False factors Factors float[] False True True positions Positions float[] False True True a......CustomLineCap CustomLineCap(fill_path, stroke_path) CustomLineCap(GraphicsPath...False CustomLineCap(fill_path, stroke_path, base_cap) CustomLineCap(GraphicsPath...

    docs.aspose.com/imaging/python-net/python-notes...
  4. Unisci documenti PDF usando Python | Aspose.PDF

    Scopri come utilizzare in modo efficace Aspose.PDF for Python via .NET per unire immagini, XML, HTML, EPUB e altro in un unico documento PDF o DOCX/PPTX. Scopri come utilizzare in modo efficace Aspose.PDF for Python via .NET per unire immagini, XML, HTML, EPUB e altro in un unico documento PDF o DOCX/PPTX....import FileIO from os import path epub_load_options = apdf.EpubLoadOptions()...document_infiles = [ apdf.Document(path.join(self.dataDir, infile),...

    products.aspose.com/pdf/it/python-net/merger/
  5. Merge PDF Documents using Python | Aspose.PDF

    Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document. Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document....import FileIO from os import path epub_load_options = apdf.EpubLoadOptions()...document_infiles = [ apdf.Document(path.join(self.dataDir, infile),...

    products.aspose.com/pdf/python-net/merger/
  6. Convert PDF to Excel in Python|Aspose.PDF for P...

    Convert PDFs to Excel spreadsheets effortlessly with Aspose.PDF for Python via .NET. Follow this guide for accurate PDF to XLSX conversions...import path import aspose.pdf as apdf path_infile = path . join...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  7. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into a PDF document using Aspose.PDF for Python via .NET... from os import path import aspose.pdf as ap import...import requests import io path_infile = path . join ( self . data_dir...

    docs.aspose.com/pdf/python-net/convert-html-to-...
  8. تحويل Excel إلى Pdf، صورة وصيغ أخرى|Documentation

    تحويل ملفات Excel إلى Word، Excel، PowerPoint، PDF، CSV، JPG، HTML، MHT، ODS، BMP، PNG، SVG، TIFF، XPS، JSON، SQL، XML والمزيد باستخدام Node.js عبر C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/ar/nodejs-cpp/convert-wor...
  9. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....import path import aspose.pdf as ap path_infile = path . join...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...
  10. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc....is_assignable dataDir = "path/to/your/data/dir/" path_infile = dataDir...dataDir + infile path_outfile = dataDir + outfile document = ap . Document...

    docs.aspose.com/pdf/python-net/modifying-form/