Jump to content

Recommended Posts

Posted

Again please add a link in download section, to this thread.

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

You can use PDFtk or other tools to embed any files  even au3 files into PDF

Edit: of course you can use my UDF for Debenu Quick PDF Library but for this you will need license key for Evaluation or commercial license.

 

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Thanks.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

@Jfish, first of all, thank you for putting in all the effort into this, it is really great! Most people would charge for something like this but you are providing it for free, truly in the spirit of Autoit :). Great job, well done!

I do have one suggestion only at this stage and it's that it would be nice if any code sections or variables etc would stand out better from the regular text in the PDF. E.g. using a console style font with a grey/other color highlight background for any code would be great.

Edited by mpower
Posted

I use Source Code Pro in SciTE, which is a clear font in my humble opinion. Some people use Office Code Pro though.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 8/3/2015 at 9:28 AM, JohnOne said:

Can't PDF parse html?

@JohnOne - not sure I follow.  What HTML are you referring to?  The source text is coming from Word and SciTE.

@guinness - I will look for those fonts.  Thanks for the suggestion.  It would be tough to redo all the images .... but maybe for the Word parts ...

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Posted
  On 8/3/2015 at 12:01 PM, JohnOne said:

I mean, scite4AutoIt has ability to export code as HTML, if pdf supports html then you can put that in.

In response to make code sections stand out.

It should be possible since @Jfish created this with word and exported to PDF.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

This is a helpful discussion.  It may be a good idea to lay out all the different types of code that appear in the text.  There are three parts that could contain code:

1. Images in the text - this should not be an issue because they are screen captures of SciTE.  The already look like code

2. Code just typed in the text as we walk through examples.  There is not a ton of this but it did not come from SciTE so the options would be: (a) to redo them in SciTE and screen capture them, (b) use a font like the one guinnness suggested in Word, (c) shade them / highlight them with native Word, or (d) Other?

3. Code in the appendix.  There are dozens of individual examples in various directories (organized by chapter).  For those, I wrote a script to walk the directories and pull them into the simple text format you see in the appendix.  I could try to get fancy and automate screen capture but it would probably not be cropped.

Any thoughts on the refined use cases?

 

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

  • 4 weeks later...
Posted

Thx for new version.

Some proposals:


1.
In appendix on page #155 you have screenshot :
I want to ask if this form "screenshot" instead of the code is intentional ?

 

2.

"It was auto-generated to a text file using the following script"

Can you try to use SciTE

  • in menu: FILE > Export > As RTF.
  • now open RTF file in WordPad copy entire text, and paste it to your Word document.

 

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)
  Quote

I want to ask if this form "screenshot" instead of the code is intentional ?

I assume you are asking if I chose between the screenshot and the method you are suggesting below?  If so, no, I was not aware of that - but will explore it per your recommendation.

  Quote

Can you try to use SciTE

  • in menu: FILE > Export > As RTF.
  • now open RTF file in WordPad copy entire text, and paste it to your Word document.

Yes!  I will try that.  I tried it, that is a cool trick indeed!  Thanks for the tip.  I like that a lot.  That may solve my issues in other areas as well.:thumbsup:

I am also playing around with source code fonts per some earlier suggestions from the main thread where this was posted.

Edited by Jfish

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

  • 2 weeks later...
Posted (edited)

I have been looking for a bot to do a task and haven't found much help. The few responses I have gotten have bee negative.  It looks like I might have to learn enough language and code to just make it myself. Can you guys recommend where to start? Which language? Which software? Will this guide help? 

I want to automate replying to a post I made every 30 seconds on a forum to push my referral link to the top of the thread. It is accessed through Tor browser and required a 5 letter captcha per post.

Edited by Ms_robot
Posted

You are about to get a couple more negative ones, and will receive no assistance in those endeavors.

  Reveal hidden contents

  • Developers
Posted
  On 9/5/2015 at 12:28 AM, Ms_robot said:

I have been looking for a bot to do a task and haven't found much help. The few responses I have gotten have bee negative.  It looks like I might have to learn enough language and code to just make it myself. Can you guys recommend where to start? Which language? Which software? Will this guide help? 

I want to automate replying to a post I made every 30 seconds on a forum to push my referral link to the top of the thread. It is accessed through Tor browser and required a 5 letter captcha per post.

Start by reading the forum rules and NOT posting in unrelated topics. Your post also implies you have posted in our forums before but cant be with this membername. So better read those rules and stop posting in this thréad.

jos

 

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • 3 weeks later...
Posted

@Jfish Any progress ?

@Jon Can you add this book to list on this page ?

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

@mLipok - thanks for checking in.  I have been all out traveling for work recently.  I plan to use the technique you suggested to create better fonts in the text when not using a screen shot.  That should be my next iteration.  I assume that is the thrust of what you want to see in the next version?  Again, thanks for the question and please don't hesitate to let me know if you have any suggestions.

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Posted

Good news.
You can be sure I'll keep an eye on this project.

Thanks.
 

mLipok

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...