Sort Score
Result 10 results
Languages All
Labels All
Results 7,341 - 7,350 of 70,109 for

import

(1.41 sec)
  1. Remove XLSM Annotation Online or Manage Annotat...

    delete comments from XLSM file through online app for free. Android API code to manage comments of XLSM files....Remove XLSM Annotations Online Import XLSM file to delete comments...

    products.aspose.com/total/android-java/annotate...
  2. Convert USD to 3DS via Java | products.aspose.com

    Sample Java conversion code for USD format to 3DS file. Use this example code to convert USD to 3DS within any Web or Desktop Java based application....popular file formats for 3D data import and export. It considers information...

    products.aspose.com/3d/java/conversion/usd-to-3ds/
  3. Send Email via SMTP | Java Code for a Message D...

    Discover a simple way to send emails via SMTP servers. Configure and send messages with ease using the advanced Java API.... import com.aspose.email.*; public...

    products.aspose.com/email/java/send-email/smtp/
  4. Trying to create a word-like text box in PDF - ...

    Hi, I’m trying to create a word-like text box in a PDF document. I was able to do it in a Word file (using aspose of course), but don’t know how to do it in PDF. This text box needs to have a small picture, a text and …...Here’s my code: import com.aspose.pdf.*; import java.io.ByteArrayInputStream;...ByteArrayInputStream; import java.util.Base64; public class PdfBanner...

    forum.aspose.com/t/trying-to-create-a-word-like...
  5. Strict per-word comparison - Free Support Forum...

    With Granularity = WORD_LEVEL, compare frequently groups several adjacent words into a single delete/insert, instead of clear per-word revisions. CHAR_LEVEL — not suitable for our use case and significantly slower on la…...words import Document, CompareOptions #...

    forum.aspose.com/t/strict-per-word-comparison/3...
  6. 创建一个复杂的PDF|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... import aspose.pdf as ap # 初始化文档对象...

    docs.aspose.com/pdf/zh/python-net/complex-pdf-e...
  7. Change pages only after comparison - Free Suppo...

    Hi, docA = aw.Document( "DocumentA.docx") docB = aw.Document("DocumentA_corrected.docx") options = aw.comparing.CompareOptions() options.ignore_formatting = True options.ignore_headers_and_footers = True o…...to illustrate this process: import com.aspose.words.*; public...

    forum.aspose.com/t/change-pages-only-after-comp...
  8. Python API for PostScript Processing

    Python library to create, read or update XPS, PS, or EPS documents. Native APIs that are easy to integrate into your own project/solution....xps import * from aspose.page.xps.xpsmodel import * #create...

    products.aspose.com/page/python-net/
  9. How add pptx slides content to a final Aspose W...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...{ // Both text and images: Import PDF + overlay image for fidelity...

    forum.aspose.com/t/how-add-pptx-slides-content-...
  10. 从XML生成PDF|Aspose.PDF for Java

    Aspose.PDF for Java提供了将XML文件转换为PDF文档的机会,要求输入的XML文件必须遵循Aspose.PDF for Java Schema。...examples ; import javax.xml.transform.* ; import javax.xml.transform...transform.stream.StreamResult ; import javax.xml.transform.stream...

    docs.aspose.com/pdf/zh/java/generate-pdf-from-xml/