Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 4,401 for

stream provider

(0.07 sec)
  1. Error when converting PDF to PDF/A - Free Suppo...

    Hi, We have an issue converting the attached PDF to PDF/A (26.2 .Net): Project Schedule.pdf (252.0 KB) Code used: using (MemoryStream memoryStream = new MemoryStream()) { Boolean Success = aspPdfDocument.Convert(mem…...#=zkvqntQQ=(Stream #=zdpzPPZ0=, LoadOptions #=z7vuU08pIghwq...Aspose.Imaging.Image.Load(Stream stream) at #=za2nmv9pSDGJCqOei...

    forum.aspose.com/t/error-when-converting-pdf-to...
  2. Aspose::Words::Fonts::StreamFontSource class | ...

    Aspose::Words::Fonts::StreamFontSource class. Base class for user-defined Stream font source. To learn more, visit the documentation article in C++....Base class for user-defined stream font source. To learn more...This method should open the stream with font data on demand. set_WarningCallback...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Converter.convert_to_images method | Aspose.Wor...

    aspose.words.lowcode.Converter.convert_to_images method...file to image files using the provided load and save options. def...format and returns an array of streams containing the images. def...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Your First Aspose.Diagram Application - Hello W...

    本页介绍如何使用 Aspose.Diagram 库创建第一个应用程序。... class ); // Open the stream. Read only access is enough...load a diagram. InputStream stream = new FileInputStream ( dataDir...

    docs.aspose.com/diagram/zh/java/your-first-aspo...
  5. Open DICOM file|Aspose.Medical for .NET Documen...

    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....Opening a DICOM File from a Stream To open an existing DICOM file...file using its System.IO.Stream , you simply have to call the...

    docs.aspose.com/medical/net/developer-guide/ope...
  6. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream Stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoaded = false; v…...LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook workbook;...false; var nativeExcelDocument = stream; try { int counter = 0; var...

    forum.aspose.com/t/protected-sheet-without-pass...
  7. CssSavingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.CssSavingArgs class, designed to enhance your document processing with customizable CssSaving event data for optimal results....Hide ] CssSavingArgs class Provides data for the CssSaving event...set; } Allows to specify the stream where the CSS information will...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Pixel Data Manipulation using Aspose.PSD for Ja...

    Example of how to directly and rapidly fast update raw pixel data using PSD Java API...File as Stream: Open the input PSD file as a stream, ensuring...layer object from the opened stream. Create New PSD Image: Create...

    docs.aspose.com/psd/java/pixel-data-manipulation/
  9. Regarding license activation code not working -...

    Hi We are doing watermarking using Aspose Jars with Java APIs We have implemented the following code snippets for license activation: i)for pdf file type com.aspose.pdf.License license = new com.aspose.pdf.License()…...exception message to see if it provides more context on why the license...loading the license from a stream or as an embedded resource...

    forum.aspose.com/t/regarding-license-activation...
  10. Pdf to tiff conversion 24bpp format incorrectly...

    This is on linux using dotnet 8 Here is a small code sample to reproduce the issue: Stream documentStream = File.OpenRead(“any.pdf”); TiffSettings settings = new TiffSettings(); settings.De…...sample to reproduce the issue: Stream documentStream = File.OpenRead(“any...//isManagedStream - if set to true inner stream is closed before exit; otherwise...

    forum.aspose.com/t/pdf-to-tiff-conversion-24bpp...