Sort Score
Result 10 results
Languages All
Labels All
Results 3,061 - 3,070 of 89,477 for

paths

(0.09 sec)
  1. Pdf save image error - Free Support Forum - asp...

    code:def abc(): file_path = ‘aaaa.pdf’ document = ap.Document(file_path) img_dmc_ids = [] for pdfPage in document.pages: image_list = pdfPage.resources.images img_base_path = file_path[:file_path.rfind(‘.pdf’)] im…...file_path = ‘aaaa.pdf’ document = ap.Document(file_path) img_dmc_ids...images img_base_path = file_path[:file_path.rfind(‘.pdf’)] img_base_path...

    forum.aspose.com/t/pdf-save-image-error/293468
  2. OpenLayer | Aspose.GIS for .NET API Reference

    OpenLayer Contents [ Hide ] TopoJsonDriver.OpenLayer method (1 of 3) Opens a layer for reading. public VectorLayer Op......VectorLayer OpenLayer ( string path , TopoJsonOptions options )...Parameter Type Description path String Path to the file. options TopoJsonOptions...

    reference.aspose.com/gis/net/aspose.gis.formats...
  3. OpenLayer | Aspose.GIS for .NET API Reference

    OpenLayer Contents [ Hide ] GeoJsonDriver.OpenLayer method (1 of 3) Opens a layer for reading. public VectorLayer Ope......VectorLayer OpenLayer ( string path , GeoJsonOptions options ) Parameter...Parameter Type Description path String Path to the file. options GeoJsonOptions...

    reference.aspose.com/gis/net/aspose.gis.formats...
  4. OpenLayer | Aspose.GIS for .NET API Reference

    OpenLayer Contents [ Hide ] MapInfoInterchangeDriver.OpenLayer method (1 of 3) Opens a layer for reading. public Vect......VectorLayer OpenLayer ( string path , MapInfoInterchangeOp options...Parameter Type Description path String Path to the file. options ...

    reference.aspose.com/gis/net/aspose.gis.formats...
  5. CreateVideoPlayerHtmlController() | Aspose.Slid...

    Create video player HTML controller....CreateVideoPlayerHtm ( System :: String path , System :: String fileName...Parameter Type Description path System::String Path. fileName System::String...

    reference.aspose.com/slides/cpp/aspose.slides.e...
  6. Opening Files in PHP|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....Excel Files Opening through Path Simply open a Microsoft Excel...file by referencing the file’s path PHP Code $dataDir = '' ; //...

    docs.aspose.com/cells/net/opening-files-in-php/
  7. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the textpath font.... def insert_text_paths (): doc = aw . Document () #...shape . text_path . bold = True shape . text_path . italic = True...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TextPath.small_caps property | Aspose.Words for...

    TextPath.small_caps property. True if the font is formatted as small capital letters.... def insert_text_paths (): doc = aw . Document () #...shape . text_path . bold = True shape . text_path . italic = True...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PathGradientBrushBase | Aspose.PSD for .NET API...

    PathGradientBrushBase Contents [ Hide ] PathGradientBrushBase class Represents a Brush with base path gradient functi......Represents a Brush with base path gradient functionality. public...sets the center point of the path gradient. Disposed { get; }...

    reference.aspose.com/psd/net/aspose.psd.brushes...
  10. How to save? - Free Support Forum - aspose.com

    i’m making psd. using Aspose.PSD.FileFormats.Psd.Layers; using Aspose.PSD.FileFormats.Psd; using Aspose.PSD; string path = @“d:”; string psdFile = Path.Combine(path, “test.psd”); string psdFileSave = Path.Combine(p…...string path = @“d:”; string psdFile = Path.Combine(path, “test...string psdFileSave = Path.Combine(path, “test2.psd”); new License()...

    forum.aspose.com/t/how-to-save/264470