topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday September 21, 2026, 2:18 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 107 108 109 110 111 [112] 113 114 115 116 117 ... 158next
2776
General Software Discussion / Re: Open parent folder in a new window utility for w7
« Last post by Contro on December 07, 2012, 05:31 PM »
Running to try
 :-*
2777
General Software Discussion / Re: Open parent folder in a new window utility for w7
« Last post by Contro on December 07, 2012, 03:56 PM »
I tried but only open the same window and is necessary select a file in the folder. So don't go in empty folders.
2778
General Software Discussion / Re: Open parent folder in a new window utility for w7
« Last post by Contro on December 07, 2012, 02:40 PM »
One idea may be :

Spoiler
SetBatchLines, -1
SetBatchLines, 1
CoordMode, Mouse, Screen
Gui, +AlwaysOnTop -Caption +Border +ToolWindow
Gui, Show, x0 y0 w9 h9 Hide, AHK.WE2CB.DND.GUI
Return
#LButton::
MouseGetPos, X, Y
GuiX := X-30
GuiY := Y-30
Gui, Show, x%GuiX% y%GuiY%
MouseClickDrag, Left,,, GuiX+3, GuiY+3, 0
MouseMove, X, Y
Gui, Hide
Return
GuiDropFiles:
RegexMatch(A_GuiControlEvent, ".*\\", path)
run, explorer.exe %path%
Return


is it good code ?
Best Regards
 :-*
2779
General Software Discussion / Re: Open parent folder in a new window utility for w7
« Last post by Contro on December 07, 2012, 02:35 PM »
Thank you very much Miles.
I have seen that in "gúúgler", but I would only one sequence.
Best Regards
2780
General Software Discussion / Re: Open parent folder in a new window utility for w7
« Last post by Contro on December 07, 2012, 01:04 PM »
 :-[

In w7 i know the possibility to duplicate the active window with Control+N

But how can I open the parent folder of the active window with a shortkey ?

Best Regards
 :P
2781
General Software Discussion / Re: software for converting numbers to letters
« Last post by Contro on December 07, 2012, 12:13 AM »
 ;D

 

Really. Perhaps my best opportunity will be with an excel file to convert.

 :-[
2782
General Software Discussion / Re: software for converting numbers to letters
« Last post by Contro on December 06, 2012, 10:24 PM »
Running to try
 :-*
2783
Post New Requests Here / Re: select a number in an editor and convert to letters
« Last post by Contro on December 06, 2012, 04:41 PM »
Okis Ath.
I am fighting at these moments with dBASE IV
May be. I have to see.
2784
Post New Requests Here / Re: select a number in an editor and convert to letters
« Last post by Contro on December 06, 2012, 04:23 PM »
Yessssss
But minimum
two or dos
three or tres
english/spanish

Only english ?
Please tell me the link
 :-*
2785
General Software Discussion / software for converting numbers to letters
« Last post by Contro on December 06, 2012, 04:13 PM »
software for converting numbers to letters

in several languages please

propose the number with decimals in a text editor and obtain the letters in several languages.

Best Regards
2786
Post New Requests Here / select a number in an editor and convert to letters
« Last post by Contro on December 06, 2012, 04:01 PM »
select a number in an editor and convert to letters

Select any numbers with decimals and convert to letters

In any txt file or text editor like microsoft word.

 :-*

P.D. Better in English or spanish too.
2787
Finished Programs / Re: DONE: Difficult Finder
« Last post by Contro on December 06, 2012, 10:27 AM »
thank you !!!!!!!!!!!!!!

http://img186.imageshack.us/img186/3994/aa0qm2.gif
2788
Finished Programs / Re: DONE: Difficult Finder
« Last post by Contro on December 05, 2012, 08:15 AM »
Nice indeed.
I need to propose the exact name of the folder.
That's : 206.12 goes well
206 don't open because is not the complete name.

Exist an option to look in subchains of the folders ?

The program goes marvellous and is fast.
 :P
2789
Finished Programs / Re: DONE: Difficult Finder
« Last post by Contro on December 05, 2012, 08:07 AM »
Undertood completely now.
I'll try and comment.
Best Regards
 :-* :Thmbsup:
2790
Finished Programs / Re: DONE: Difficult Finder
« Last post by Contro on December 04, 2012, 07:41 PM »
What do you mean ?
Until the moment I don't know exactly what to do
Please, can you explain me ?
2791
Finished Programs / Re: DONE: Difficult Finder
« Last post by Contro on December 04, 2012, 07:39 PM »
Okis
Running to try
2792
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 06:06 PM »
I am happier with the second solution than with the first solution I think is applying kilele.
I haven't to take care of mounting the final document or taking care of the resolutions of the image.

My only difficults were with the word interlining but I think I have more or less solved. Is a question of practice.

Best Regards
 :-*

P.D. The problem of interlining in the overlay is similar in the first solution.
 :-[

With one document I only have a minimum disfunction of the conversion. The size of a letter.
Solid converter is the champion. I reduce and ready.
Simply marvellous.

2793
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 06:02 PM »
I suppose the second method is possible also with veryPDF PDF to word converter.....
 :-*
2794
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 06:01 PM »
I tried the first approach as explained above with pdf-xchange and multi page tiff into word,
but word did not accept more than the first image, that's why I chose importing multiple images after removing the doc margin in order to prevent word from scaling them.

 

ejem. this is the answer Tomos.

 :-[
2795
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 06:00 PM »
Did you try and import a multi page tiff into word?

or
are you happy with your second solution:

"The second solution with Solid Converter"

have you tried ? :
Can one successfully bring a multi-page tiff into a word processor?

Ejem. I am in the phase of the minimum effort......
 :-[
2796
General Software Discussion / Open parent folder in a new window utility for w7
« Last post by Contro on December 04, 2012, 05:46 PM »
I would an utility to open in a new window the parent folder with a shortkey or similar.

In xp was Control over the up arrow in the explorer window.

Best Regards
2797
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 03:59 PM »
PDF XChange Viewer can export pdfs as image, yo may try this to see if it works in your case:

PDF XChange Viewer:
-file->export->export to image:png,300dpi
MSWord:
-Remove margins on new doc
-insert image from file->order files by name, select them all and insert them into your doc

Edit:

BTW the best pdf to doc converter I have tried so far is VeryPDF PDF2Word,
you might want to try the free online converter or the shareware desktop version.

I tried pdf-xchange, and the resolution is important. Apply for my first method above.
pdf-xchange also can create a tiff of several pages.
 :-*
2798
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 03:57 PM »
Now my conclusion if nobody tells more.

One possible solution.
- The first solution I try was not a tiff of several pages.
This is not possible with jpg . So I convert every page in the pdf in a jpg.
Then adapt in the good resolution to the background or watermark in a single word doc.
Each word document contain one image as watermark.
I process each document with CRM Goldmine writing overlay.
After I print to pdf the fusioned word doc.
And join the resultants pdf into the final one after the fusion.
In this way I can produce my documents with Goldmine and word xp or 2002. It must be this one, because I only have gmlink for word 2002.

This solution is a little difficult.

- The second solution with Solid Converter.
I convert the pdf in a doc document.
and using ............ transparent textboxes in each page of the doc document.
I insert the fields from Goldmine with no problem.
http://www.carolscor...-text-boxes-in-word/
You can use also in word 2002.
this is more fast..... only a document to be treated, not so many as pages have the document.....

 ;D

2799
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 03:47 PM »
Re: Can one successfully bring a multi-page tiff into a word processor?

If OCR is not reqd, directly adding a TIFF file via Word import menu is possible but one may have to resize the tiff image inside the doc/docx to fit the page size(A4 , etc.)

These products use OCR/other components to convert to doc/docx or xls/xlsx or other Office formats:
Nuance PDF Converter Pro, FineReader Pro OCR , Nitro Pro OCR edition etc.

Ska

Do you refer to adapt the several pages tiff into a single page in the doc ?

Or is possible to split ?

 :-[
2800
General Software Discussion / Re: Convert PDF to DOC in a special way...
« Last post by Contro on December 04, 2012, 03:46 PM »
Maybe Universal Document Converter 5.5 would help(compatible w/Office 2013) to convert pdf into image files(multiple pages will be correctly handled if choose tiff format, note that color tiff files are usually large size, if black n white tiff files sizes are smaller):

http://www.print-driver.com/overview/

I can print to multi-page Tiff with PDFCreator (which I think Contro uses as well)
http://sourceforge.n...projects/pdfcreator/

Can one successfully bring a multi-page tiff into a word processor?

That's the question.

Can one successfully bring a multi-page tiff into a word processor ?
And only images, not OCR techniques.

 :-*
Pages: prev1 ... 107 108 109 110 111 [112] 113 114 115 116 117 ... 158next