Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 417,990 for

document

(0.54 sec)
  1. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_PlaceholderName method. Gets or sets Name of the BuildingBlock containing placeholder text in C++....placeholder text for a structured document tag. auto doc = System ::...MakeObject < Aspose :: Words :: Document > (); // Insert a plain text...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. ChmLoadOptions.originalFileName property | Aspo...

    ChmLoadOptions.originalFileName property. The name of the CHM file...originalFileName () : string Remarks CHM documents may contain links that reference...reference the same document by file name. Aspose.Words supports...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ImageSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSavingArgs class. Provides data for the [IImageSavingCallback.imageSaving()](../iimagesavingcallback/imageSaving/#imagesavingargs) event...more, visit the Save a Document documentation article. Remarks By...when Aspose.Words saves a document to HTML, it saves each image...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Add background to PDF|Aspose.PDF for Java

    Learn how to add backgrounds to PDF Documents using Aspose.PDF for Java. Follow this step-by-step guide for creative customization.... to documents. In Aspose.PDF for Java, each PDF document is a...BackgroundArtifact ; import com.aspose.pdf.Document ; import com.aspose.pdf.Page...

    docs.aspose.com/pdf/java/add-backgrounds/
  5. StructuredDocumentTag.style property | Aspose.W...

    StructuredDocumentTag.style property. Gets or sets the Style of the structured Document tag....the Style of the structured document tag. @property def style (...control elements. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Append Pages to PDF|Aspose.PDF for Python via .NET

    Append pages from one PDF Document to another using Aspose.PDF for Python....different PDF documents is a common requirement in document processing...more PDF files to an existing document. This code snippet shows how...

    docs.aspose.com/pdf/python-net/append-pages-to-...
  7. OpenAiModel Class | Aspose.Words for .NET

    Discover the Aspose.Words.AI.OpenAiModel class—your gateway to seamless integration with OpenAI's powerful language models for enhanced Document processing....Description virtual CheckGrammar ( Document , CheckGrammarOptions ) Checks...Checks grammar of the provided document. This operation leverages...

    reference.aspose.com/words/net/aspose.words.ai/...
  8. FileFormatInfo.LoadFormat | Aspose.Words for .NET

    Discover the FileFormatInfo LoadFormat property to easily identify and access detected Document formats for seamless file management....property Gets the detected document format. public LoadFormat...; } Remarks When an OOXML document is encrypted, it is not possible...

    reference.aspose.com/words/net/aspose.words/fil...
  9. Aspose::Words::Saving::XamlFlowSaveOptions::get...

    Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolder method. Specifies the physical folder where images are saved when exporting a Document to XAML format. Default is an empty string in C++....are saved when exporting a document to XAML format. Default is...const Remarks When you save a Document in XAML format, Aspose.Words...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Extract Images from PDF (facades)|Aspose.PDF fo...

    This section explains how to extract images with Aspose.PDF Facades using PdfExtractor Class....it to the document Document document = new Document ( _dataDir...extractor = new PdfExtractor ( document ); extractor . setStartPage...

    docs.aspose.com/pdf/java/extract-images/