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

optimization

(0.87 sec)
  1. 使用 Rust 压缩 PDF 文档 | Aspose.PDF

    使用 Aspose.PDF for Rust 库以编程方式压缩 PDF。... ; // Optimize PDF-document content pdf . optimize () ? ; //...filename pdf . save_as ( "sample_optimize.pdf" ) ? ; Ok (()) } Copy...

    products.aspose.com/pdf/zh-hant/rust-cpp/compress/
  2. Archiv

    Archiv...optimization.OptimizationOptions optimizationOptions...optimizationOptions = new com.aspose.pdf.optimization.OptimizationOptions(); //...

    blog.aspose.com/cs/pdf/compress-pdf-in-java/
  3. ViewType enumeration | Aspose.Words for Python

    aspose.words.settings.ViewType enumeration. Possible values for the view mode in Microsoft Word....shall be rendered in a view optimized for outlining or creating...shall be rendered in a view optimized for outlining or creating...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for .NET API allows developers to import a 3D model, and then encode meshes in the Google Draco files. Developers can also specify the position, texture coordinates, color and normal bits as well as the compression level before encoding a mesh....Google Draco raw data using optimal compression level. var b =...CompressionLevel = DracoCompressionLeve . Optimal }); // Save the raw bytes to...

    docs.aspose.com/3d/net/encoding-3d-mesh-in-the-...
  5. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for Java API has support of importing 3D model, retrieve mesh, and then encode mesh in the Google Draco file....Google Draco raw data using optimal compression level. DracoSaveOptions...setCompressionLevel ( DracoCompressionLeve . OPTIMAL ); byte [] b = FileFormat ...

    docs.aspose.com/3d/java/encoding-3d-mesh-in-the...
  6. ViewType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.ViewType enum for Microsoft Word. Unlock flexible view modes to enhance document presentation and user experience....shall be rendered in a view optimized for outlining or creating...shall be rendered in a view optimized for outlining or creating...

    reference.aspose.com/words/net/aspose.words.set...
  7. Lưu trữ

    Lưu trữ...cho web bằng công cụ SVG Optimizer Online miễn phí của chúng...hóa. Sau đó, gọi phương thức Optimize() để tối ưu hóa hình ảnh đã...

    blog.aspose.com/vi/svg/optimize-svg-for-web/
  8. Archiv

    Archiv...PDF Dokument pdfDocument->Optimize(); // Speichern Sie das PDF...pdfDocument->Save(u"OutputDirectory\\Optimized_output.pdf"); Bilder in PDF...

    blog.aspose.com/de/pdf/compress-or-optimize-pdf...
  9. Archivo

    Archivo...documento PDF pdfDocument->Optimize(); // Guardar el documento...pdfDocument->Save(u"OutputDirectory\\Optimized_output.pdf"); Comprimir y...

    blog.aspose.com/es/pdf/compress-or-optimize-pdf...
  10. Comprimi un documento PDF usando C++ | Aspose.PDF

    Comprimi PDF in modo programmatico con codice di esempio CPP utilizzando la libreria Aspose.PDF per C++....format: PDF Output file: //Optimize PDF Document for the Web void...etc) // ... // Optimize for web document -> Optimize (); // Save...

    products.aspose.com/pdf/it/cpp/compress/