Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 2,755 for

raw

(0.11 sec)
  1. Verify Digital Signature in Word Document using...

    Follow this article for digital certificate verification in Word using Java. Get all the details for the IDE settings, a list of instructions, and a sample code to verify digital signature in Word document using Java....getSignatureType() method, get raw signature bytes using sig.getSignatureValue()...

    kb.aspose.com/words/java/verify-digital-signatu...
  2. PSD PSB 圧縮ソリューション | products.aspose.com

    Adobe Photoshop 画像を圧縮してファイルサイズを小さくする...of RAW Apply ZIP compressing for CacheData Instead of RAW Remove...CompressionMethod == CompressionMethod.Raw) { var stream = new MemoryStream();...

    products.aspose.com/psd/jp/compress/psb/
  3. Rješenje za smanjenje veličine PSB | products.a...

    Smanjite veličinu PSD datoteka...of RAW Apply ZIP compressing for CacheData Instead of RAW Remove...CompressionMethod == CompressionMethod.Raw) { var stream = new MemoryStream();...

    products.aspose.com/psd/cr/reduce-size/psb/
  4. PSB Зменшити розмір рішення | products.aspose.com

    Зменшити розмір PSD файлів...of RAW Apply ZIP compressing for CacheData Instead of RAW Remove...CompressionMethod == CompressionMethod.Raw) { var stream = new MemoryStream();...

    products.aspose.com/psd/ua/reduce-size/psb/
  5. Remove TXT Annotation Online or Manage Annotati...

    delete comments from TXT file through online app for free. Java API code to manage comments of TXT files....essential for teams handling raw data, technical notes, and log...Source Data Reviews: Mark up raw datasets, transcripts, or code...

    products.aspose.com/total/java/annotate/txt/
  6. List of the Supported PSD Global Image Resource...

    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.... 1029 Image mode for raw format files 1030 JPEG quality...(Photoshop 5.0) ICC Profile . The raw bytes of an ICC (International...

    docs.aspose.com/psd/net/list-of-the-supported-p...
  7. Automating PowerPoint Generation in PHP: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for PHP—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....slides, the goal is to transform raw content into structured, visual...analytics engines to transform raw data or long-form text into summarized...

    docs.aspose.com/slides/php-java/automating-powe...
  8. OleFormat class | Aspose.Words for Node.js

    Aspose.Words.DRawing.OleFormat class. Provides access to the data of an OLE object or ActiveX control...getRawData() Gets OLE object raw data. save(stream) Saves the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PDF Metadata Title with Emoji characters show C...

    Hi, please see C# code below. var html = "<html>...</html>" var pdfDocument = new Document(new MemoryStream(Encoding.UTF8.GetBytes(html))); pdfDocument.Info.Title = "⭐Once Upon a Star"; pdfDocument.Save(filePath); when…...generated PDF in a viewer that shows raw metadata (e.g., Adobe Acrobat...

    forum.aspose.com/t/pdf-metadata-title-with-emoj...
  10. 从 PDF 文件中提取文本|Aspose.PDF for .NET

    本节解释如何使用 PdfExtractor 类从 pdf 中提取文本。... ExtractTextMode = 1 ; // raw mode pdfExtractor . ExtractText...

    docs.aspose.com/pdf/zh/net/extract-text/