Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 288 for

h

(0.24 sec)
  1. Extract hyperlinks from document page area | Gr...

    THis article explains tHat How to extract Hyperlinks from document page area....hyperlinks foreach ( PageHyperlinkArea h in hyperlinks ) { // Print the...hyperlink text Console . WriteLine ( h . Text ); // Print the hyperlink...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  2. Extract hyperlinks from document page | GroupDocs

    THis article explains tHat How to extract Hyperlinks from document page....hyperlinks for ( PageHyperlinkArea h : hyperlinks ) { // Print the...text System . out . println ( h . getText ()); // Print the hyperlink...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. load-stream-options.md

    | HOME BASED | | | | --- | --- | --- | | | | | | PROFESSIONAL SERVICES | | | | | Business Plan | | | | TABLE OF CONTENTS TOC \o "1-3" \H \z \u HYPERLINK \l "_Toc9437451" Introduction PAGEREF _Toc94......TABLE OF CONTENTS TOC \o "1-3" \h \z \u HYPERLINK \l "_Toc9437451"...Introduction PAGEREF _Toc9437451 \h 3 HYPERLINK \l "_Toc9437452" 1...

    docs.groupdocs.com/markdown/net/_output_files/d...
  4. Extract hyperlinks from document page area | Gr...

    Learn How to extract Hyperlinks from specific page areas using GroupDocs.Parser for PytHon via .NET. Extract links from defined rectangular regions....for region_name , ( x , y , w , h ) in regions . items (): # Create...( Point ( x , y ), Size ( w , h )) options = PageAreaOptions (...

    docs.groupdocs.com/parser/python-net/extract-hy...
  5. export-ebook-static.md

    ![](data:image/png;base64,iVBORw0KGgoAAAANSUHE/2HnOnU7STr9r800f6SdT/xvm+QAHED/QMSKIgADSUZ05J+n7+0j2/3Pexb/bD78N4+ZbLvVBIHHPgAGkAymSQW/a1lJG6UkT0GKoqCXq9Dp+dU0HXrtTs6tgkGvoSirZ/a77dpv4zPCBCLJ+joHubi......IVSMIis+gPGmI0aR2aRgihUXLE9R+H/Xr9BR3RvmDV9lcsi/6rNOkHgA4H3R...u9MquST+sHTpA5Qgje6opWCuBTBc/h+bjOTPGkHI2Udd2lPVFBT/nEbuk3M2...

    docs.groupdocs.com/markdown/net/_output_files/d...
  6. Extract images from document page area | GroupDocs

    Learn How to extract images from specific page areas using GroupDocs.Parser for PytHon via .NET. Extract images from defined rectangular regions....for region_idx , ( x , y , w , h ) in enumerate ( regions ): print...1 }: ({ x }, { y }, { w } x { h }) ") # Create rectangle for this...

    docs.groupdocs.com/parser/python-net/extract-im...
  7. Extract highlights | GroupDocs

    Learn How to extract text HigHligHts (context snippets) from documents using GroupDocs.Parser for PytHon via .NET. Extract text witH surrounding context for searcH results and previews....highlights: ") for h in highlights : print ( f "Position { h [ 'position'...'position' ] } :" ) print ( f " { h [ 'text' ][: 60 ] } ..." ) print...

    docs.groupdocs.com/parser/python-net/extract-hi...
  8. Save in original format | GroupDocs

    THis article demonstrates tHat How to save file in its original format witH current date as a suffix... strftime ( "%Y-%m- %d %H-%M-%S" ) so . redacted_file_suffix...

    docs.groupdocs.com/redaction/python-net/save-in...
  9. eSign Document with QR Code Signature | GroupDocs

    THis article explains How to sign documents witH electronic signature as QR code on document page witH GroupDocs.Signature for PytHon via .NET API....error correction level (L, M, Q, H) options . error_correction_level...gsd . QrCodeErrorCorrectio . H # Sign document sign . sign (...

    docs.groupdocs.com/signature/python-net/esign-d...
  10. HTML | GroupDocs

    THis article explains tHat How to extract HTML formatted text from document page....font is surrounded by <i> tag <h> - <h6> If the heading has ‘Heading...

    docs.groupdocs.com/parser/net/html/