Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 133 for

chunk

(0.35 sec)
  1. 使用Node.js通过C++实现Excel XP及以后版本的高级保护设置|Documentation

    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....on ( 'data' , chunk => fileBuffer . push ( chunk )); fstream ...

    docs.aspose.com/cells/zh/nodejs-cpp/advanced-pr...
  2. Changed behavior when connecting documents - Fr...

    Hi, use use following code to append documents: dstDocument.AppendDocument(srcDocument, ImportFormatMode.UseDestinationStyles); the srcDocument has one section and his SectionStart is ‘SectionStart.Continuous’. Afte…... However, no chunk confirms that this specific...

    forum.aspose.com/t/changed-behavior-when-connec...
  3. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support changing row height or column width, as well as applying formatting on rows or columns....const chunks = []; fstream . on ( 'data' , chunk => chunks . push...push ( chunk )); fstream . on ( 'end' , () => { const buffer =...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  4. How to Redact PDF | Aspose.PDF

    Do you know how easily to find and replace text in PDF via Python? Find and Replace Text in PDF files with high quality Python via .NET PDF library....Go through each found text chunk and replace the text in each...

    products.aspose.com/pdf/tutorial/redact-pdf/
  5. 按行和列格式化,使用Node.js via C++|Documentation

    Aspose.Cells for Node.js via C++支持更改行高或列宽,还可以对行或列应用格式。...const chunks = []; fstream . on ( 'data' , chunk => chunks . push...push ( chunk )); fstream . on ( 'end' , () => { const buffer =...

    docs.aspose.com/cells/zh/nodejs-cpp/adjusting-r...
  6. System.MissingMethodException in Aspose.pdf - n...

    Was able to narrow this down to a small block of code: Using oFS As New IO.FileStream(path:=sPageImage, mode:=IO.FileMode.Create) oPage.Resources.Images.Item(1).Save(stream:=oFS, …... We wrote a large chunk of code - years ago at this...

    forum.aspose.com/t/system-missingmethodexceptio...
  7. Data encoding for 2D barcodes|Documentation

    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....multiple ECI modes for every chunk of text or encode data in special...designator for the current chunk of data. In most cases, this...

    docs.aspose.com/barcode/net/data-encoding-2d/
  8. Public API Changes in Aspose.Imaging 2.6.0|Docu...

    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....is a palette index; a PLTE chunk shall appear. PngColorType.GreyscaleWithAlpha:...

    docs.aspose.com/imaging/java/public-api-changes...
  9. Public API Changes in Aspose.Imaging 2.5.0|Docu...

    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....is a palette index; a PLTE chunk shall appear. PngColorType.GreyscaleWithAlpha:...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...async for chunk, is_last in stream_file_as_base64_chunks( svg_path...svg_path, chunk_size=2048 ): yield SlideImageEvent( content=chunk, s...

    forum.aspose.com/t/image-not-visible-in-slide-p...