Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 56,423 for

import document

(0.98 sec)
  1. Extract PDF Metadata using Python | Aspose.PDF

    Extract PDF format metadata programmatically with Python sample code using Aspose.PDF for Python for .NET... Accessing a document’s metadata means getting information...can quickly locate specific documents by using keywords or details...

    products.aspose.com/pdf/python-net/metadata/
  2. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    Learn how to calculate Excel 2016 MINIFS and MAXIFS functions using Aspose.Cells for Python via .NET API with code examples.... import os from aspose.cells import Workbook , PdfSaveOptions..."outputMINIFSAndMAXIF.pdf" ), options ) AI Document Assistant Close Globalization...

    docs.aspose.com/cells/python-net/calculation-of...
  3. ChartDataPoint.format property | Aspose.Words f...

    ChartDataPoint.format property. Provides access to fill and line formatting of this data point....api_example_base import ApiExampleBase , ARTIFACTS_DIR import aspose.words...aw import aspose.pydrawing as drawing doc = aw . Document ()...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SystemFontSource.get_system_font_folders method...

    SystemFontSource.get_system_font_folders method. Returns system font folders or empty array if folders are not accessible....Examples Shows how to access a document’s system font source and set...substitutes. import platform from api_example_base import ApiExampleBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Insert an Empty Page at End of PDF File in Ruby...

    Discover how to insert an empty page at the end of a PDF Document using Ruby with Aspose.PDF, adding flexibility to your PDF processing tasks....Empty Page at the end of PDF document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/insert-an-empty-page-a...
  6. for DNN|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with DNN content management systems using C#....with DNN (DotNetNuke) for document generation in web portals...Content Exporter Module DNN Word Import Module DNN Users and Roles...

    docs.aspose.com/words/net/aspose-words-net-for-...
  7. NullReferenceException in Document.OptimizeReso...

    See the attached demo project, which throws the following exception: Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at #=zRfa24k6qRV51vWOnVLP8VICdg7c7CNQNesY…...NullReferenceExcepti in Document.OptimizeResources Aspose.PDF...#=z7nIVpLE=) at Aspose.Pdf.Document.OptimizeResources(OptimizationOptions...

    forum.aspose.com/t/nullreferenceexception-in-do...
  8. 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
  9. DocumentLoadingArgs.estimated_progress property...

    DocumentLoadingArgs.estimated_progress property. Overall estimated percentage progress....how to notify the user if document loading exceeded expected...self , args ): from datetime import datetime canceled_at = datetime...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose.Email uses java.util.Date incorrectly - ...

    The Aspose getters and setters that use Java Date all do this, and ruin timestamps instead of leaving them alone. java.util.Date is not intended to be used as a timestamp with timezone. From the JavaDoc: Allocates a D…... import com.aspose.email.system.DateTime import java.time...Instant import java.time.temporal.ChronoUnit import java.util...

    forum.aspose.com/t/aspose-email-uses-java-util-...