Sort Score
Result 10 results
Languages All
Labels All
Results 6,911 - 6,920 of 214,458 for

new

(0.38 sec)
  1. Გადაიყვანეთ WORD JPG C#

    გადაიყვანეთ WORD JPG C# ფორმატში კოდით. შეინახეთ WORD როგორც JPG C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/wor...
  2. Გადაიყვანეთ Გამოსახულება SVG C#

    გადაიყვანეთ Გამოსახულება SVG C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც SVG C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.svg" , new ImageSaveOptions(SaveFormat.Svg));...

    products.aspose.com/words/ka/net/conversion/ima...
  3. Გადაიყვანეთ Გამოსახულება BMP C#

    გადაიყვანეთ Გამოსახულება BMP C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც BMP C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.bmp" , new ImageSaveOptions(SaveFormat.Bmp));...

    products.aspose.com/words/ka/net/conversion/ima...
  4. Გადაიყვანეთ Გამოსახულება JPG C#

    გადაიყვანეთ Გამოსახულება JPG C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც JPG C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/ka/net/conversion/ima...
  5. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation....C# LoadOptions loadOptions = new LoadOptions {Password = "123123"...(Presentation presentation = new Presentation( "pres.odp" , loadOptions))...

    products.aspose.com/slides/net/unlock/odp/
  6. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|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....Workbook object Workbook workbook = new Workbook (); //Accessing the...创建不同的 Cell 类型 Java Workbook wb = new HSSFWorkbook (); Sheet sheet...

    docs.aspose.com/cells/zh/java/create-different-...
  7. FieldAuthor.AuthorName | Aspose.Words for .NET

    Manage document authors effortlessly with FieldAuthor AuthorName. Easily get or set author names to enhance your content's credibility and organization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...will display the new name and apply the new name to the built-in...

    reference.aspose.com/words/net/aspose.words.fie...
  8. 如何用 JavaScript 通过 C++ 改变 Excel 中评论的背景|Documenta...

    使用 C++ 通过脚本改变 Excel 中评论的背景色,并插入图片或图像。...arrayBuffer (); // Initialize a new workbook from the uploaded file...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library....document using ( var document = new Aspose . Pdf . Document ()) {...set its properties var image = new Aspose . Pdf . Image { FileType...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  10. Extract Images from PDF|Aspose.PDF for Android ...

    How to extract a part of the image from PDF using Aspose.PDF for Android via Java...Open document try { document = new Document ( inputStream ); } catch...get_Item ( 1 ); File file = new File ( fileStorage , "extracted-image...

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