Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 28,095 for

path

(0.06 sec)
  1. Creating, Opening and Saving Images|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....output path or by setting a stream. Creating by Setting Path Create...stream is the same as for using a path. The only difference is that...

    docs.aspose.com/psd/net/creating-opening-and-sa...
  2. Convert HTML to PDF – C# Examples and Online Co...

    Learn how to convert HTML to PDF in C# and consider various HTML to PDF conversion scenarios in C# examples. Try online HTML Converter...." , new PdfSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...PdfSaveOptions, and output file path to the ConvertHTML() method...

    docs.aspose.com/html/net/convert-html-to-pdf/
  3. 在PHP中向现有Excel文件添加工作表|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....InteropHelper' ); // Opening through Path // Creating a Workbook object...an Excel file using its file path $workbook = $ptr -> New ( "Aspose...

    docs.aspose.com/cells/zh/net/add-worksheets-to-...
  4. Inserting and Deleting Rows and Columns in Ruby...

    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 by excel file path workbook = Rjb :: import ( 'com...Workbook object by excel file path workbook = Rjb :: import ( 'com...

    docs.aspose.com/cells/java/inserting-and-deleti...
  5. Change SVG Background Color – C# Examples

    Learn how to change SVG background color in C# – by modifying the SVG directly, using inline and internal CSS, and using JavaScript....; 7 8 string documentPath = Path. Combine (DataDir, "tree.svg"...document 28 document. Save (Path. Combine (OutputDir, "add-background-color...

    docs.aspose.com/svg/net/change-svg-background-c...
  6. Detect Hyperlink Type|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....external, cell reference, file path, etc. Aspose.Cells supports...External link FILE_PATH : Local and full path to files\folders...

    docs.aspose.com/cells/java/detect-hyperlink-type/
  7. Text Rendering using Type1 Font | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within .NET products.... GraphicsPath _path; 5 private System. Drawing ...Drawing2D . GraphicsPath path) 8 { 9 _path = path; 10 } 11 12 public...

    docs.aspose.com/font/net/text-rendering-type1-f...
  8. Convert HTML to GIF – C# Examples and Online Co...

    Convert HTML to GIF in C# using Aspose.HTML API. Consider various HTML to GIF conversion scenarios in C# examples. Try online HTML Converter....ImageSaveOptions, and output file path to the ConvertHTML() method...for .NET. Copy 1 // Prepare a path to a source HTML file 2 string...

    docs.aspose.com/html/net/convert-html-to-gif/
  9. Work or Extract Images from OneNote Document us...

    With C# OneNote API or Library, you can extract images from OneNote document, get information of each image, insert an image in existing OneNote document and link an image to hyperlink.... Copy 1 // The path to the documents directory....(String. Format (dataDir + "{0}" , Path. GetFileName (image. FileName...

    docs.aspose.com/note/net/working-with-images/
  10. How to crop an image with oval/circle/roundrect...

    Hi, Support: Would you please provide me a full demo to show how to crop an image with oval/circle/roundrectangle shape based on VB.net? below is my codes, but it results in wrong position image. Dim Img As New Png…...Transparent) Dim path As New Aspose.Imaging.GraphicsPath()...Figure.AddShape(EllipseShape) path.AddFigure(Figure) g.Clip = New...

    forum.aspose.com/t/how-to-crop-an-image-with-ov...