Sort Score
Result 10 results
Languages All
Labels All
Results 7,181 - 7,190 of 69,930 for

import

(0.47 sec)
  1. Online ODS File Text Finder or Build ODS Search...

    Free online app to search in ODS file. C++ API code for any ODS file text search application.... Add a library reference (import the library) to your C++ project...

    products.aspose.com/total/cpp/search/ods/
  2. Remove PPSM Annotation Online or Manage Annotat...

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

    products.aspose.com/total/android-java/annotate...
  3. Remove PPS Annotation Online or Manage Annotati...

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

    products.aspose.com/total/android-java/annotate...
  4. Remove PPTM Annotation Online or Manage Annotat...

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

    products.aspose.com/total/android-java/annotate...
  5. Remove PPT Annotation Online or Manage Annotati...

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

    products.aspose.com/total/android-java/annotate...
  6. Go via C++ | Server-oriented solution for PDF u...

    Aspose.PDF for Go via C++ is a library designed to simplify the creation of intricate, multi-page PDF documents within Go...to JPG using Go package main import ( "fmt" "log" asposepdf "github...

    products.aspose.com/pdf/go-cpp/
  7. Reading Table Data from MPP Files in Ruby | Asp...

    This article explains how to read table data from Microsoft Project (MPP/XML) files using Aspose.Tasks Java for Ruby....Code Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project'...

    docs.aspose.com/tasks/java/reading-table-data-f...
  8. Python PDF Processing APIs | Aspose.PDF Product...

    Download Python package to work with PDF pages, images, attachments, fonts, bookmarks, annotations, forms, watermarks, security & printing via .NET API....PDF for Python : import aspose.pdf as ap # Initialize...calling Document.Save() method. import aspose.pdf as ap # Instantiate...

    releases.aspose.com/pdf/pythonnet/
  9. What is an MPT File? .mpt File Extension, Proce...

    Learn about the MPT file format, its extension, and how it is used for project management. Discover MPT file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export MPT files seamlessly....mtp file with Java: import com.aspose.tasks.* ; public...Example: from aspose.tasks import Project, SaveFileFormat def...

    products.aspose.com/tasks/supported-formats/mpt/
  10. 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...