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

import

(0.19 sec)
  1. Customizing Email Headers in Ruby|Documentation

    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....MailMessage class message = Rjb :: import ( 'com.aspose.email.MailMessage'...message . setFrom ( Rjb :: import ( 'com.aspose.email.MailAddress'...

    docs.aspose.com/email/java/customizing-email-he...
  2. Convert HTML to GIF – Aspose.HTML for Python vi...

    Convert HTML to GIF programmatically using Aspose.HTML or online with the HTML Converter. Explore HTML to GIF conversion scenarios with Python examples....'MHTML' 'MD' }} import aspose.html as ah import aspose.html.converters...converters as conv import aspose.html.saving as sav {{/if_output}}...

    docs.aspose.com/html/python-net/convert-html-to...
  3. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...aponywhite; import com.aspose.pdf.Document; import com.aspose...PngDevice; import com.aspose.pdf.devices.Resolution; import javax...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  4. 档案

    档案... import aspose.pycore as aspycore from...from aspose.imaging import Image, Rectangle, RasterImage from...

    blog.aspose.com/zh/imaging/merge-multiple-image...
  5. Using early binding in CPP|Aspose.PDF for .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....sample pay attention that #import typelib.tlb makes C++ compiler...new versions of them. often importing only one TLB file leads to...

    docs.aspose.com/pdf/net/using-early-binding-in-...
  6. 尝试合并 PDF 文件|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 合并多个 PDF 文件。... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/zh/python-net/try-concatena...
  7. Count PDF Artifacts in Python|Aspose.PDF for Py...

    Learn how to inspect and count pagination artifacts in PDF documents using Python with Aspose.PDF for Python via .NET....from os import path from collections import Counter import sys import...import aspose.pdf as ap def count_pdf_artifacts ( infile ): """Count...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  8. HtmlFixedSaveOptions.css_class_names_prefix pro...

    HtmlFixedSaveOptions.css_class_names_prefix property. Specifies prefix which is added to all class names in style.css file... from api_example_base import ApiExampleBase , MY_DIR , ARTIFACTS_DIR...FONTS_DIR import aspose.words as aw import system_helper import re from...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Add Attachments to PDF in Python|Aspose.PDF for...

    Learn how to add file attachments to PDF documents in Python using Aspose.PDF for Python via .NET.... Import the Aspose.PDF package Create...PDF document. from os import path import aspose.pdf as ap def...

    docs.aspose.com/pdf/python-net/add-attachment-t...
  10. Incorrect rendering when converting HTML to PDF...

    Hello, We have found a weird issue. One of our customers reported a problem when an email converted to HTML could not be properly converted to a PDF. The issue was that part of the text was rendered with a black backgro…...reproduce: import com.aspose.html.HTMLDocument; import com.aspose...html.converters.Converter; import com.aspose.html.saving.PdfSaveOptions;...

    forum.aspose.com/t/incorrect-rendering-when-con...