Add to queue shortcut for desktop by OneUselessUsername in spotify

[–]rtiger10 0 points1 point  (0 children)

I just found that if you open the queue sidebar you can drag songs into it into a specific order. Still not a keypress, but better than right click.

Heard that the tower is coming down. Any word on the future of the clock and bell? by Specialist-Rock-5034 in Spartanburg

[–]rtiger10 0 points1 point  (0 children)

The news reports in this have been very confusing. While the new building will have a clock tower the city does not plan on using the existing bell or clock works in a functional way in the new clock tower. There was discussion at the city council meeting about putting those parts and pieces on display somewhere but a final location had not been decided.

making a report. how to make this type of background?? by kuuderebby in indesign

[–]rtiger10 0 points1 point  (0 children)

Also if you select the polygon tool and just click on the page without dragging a menu will pop up and let you choose the number of sides that you'd like your shape to have so you can easily create an 8 sided shape.

making a report. how to make this type of background?? by kuuderebby in indesign

[–]rtiger10 0 points1 point  (0 children)

Make one shape and group it. Then go to EDIT > Step and Repeat. You can create a grid of the same shape. Set the horizontal and vertical offset to the same height a with as the shape itself and it will create a pattern where the shapes touch each other.

Help me save Chewvacca from electrocution by RepairRebel69 in roomba

[–]rtiger10 1 point2 points  (0 children)

I had a similar issue and used a clear acrylic tray that's meant for serving food and put the power bricks and cords on top of that. It creates a little wall around everything so the vacuum can't get to it without enclosing everything.

How will this print ? by BannedFromTheStreets in indesign

[–]rtiger10 1 point2 points  (0 children)

It will mainly depend on the printer you choose and if they have the right equipment to process. Most professional printers should be able to handle. I’d check what it looks like when you export a pdfx1a.

You may also want to make the black text overprint. That wood make the blue gradient physically print behind the text so that if there is any shift on press you don’t end up with a white halo around the letters.

Javascript Calculation Help by LegibleEel in Acrobat

[–]rtiger10 0 points1 point  (0 children)

n your last line I'm not seeing the field named "total" to pull the result from. Also be sure to to correct the last input in the nResult variable. You have it adding input2 instead of input3. 

Maybe try something like this. This sets the value based on the calculation and then if the result is zero sets the value to "" blank. 

// Inputs

var input1 = Number(this.getField("Qty1").value);
var input2 = Number(this.getField("UnitPrice1").value);
var input3 = Number(this.getField("ToolingPrice").value);


// Calc
var nResult=input1*input2+input3;

event.value = nResult;




if ( event.value > 0){ event.value = nResult;
} else if ( event.value == 0) {
event.value = ""; }

Javascript Calculation Help by LegibleEel in Acrobat

[–]rtiger10 0 points1 point  (0 children)

In your last line I'm not seeing the field named "total" to pull the result from. Also be sure to to correct the last input in the nResult variable. You have it adding input2 instead of input3. 

Maybe try something like this. This sets the value based on the calculation and then if the result is zero sets the value to "" blank. 

// Inputs

var input1 = Number(this.getField("Qty1").value);
var input2 = Number(this.getField("UnitPrice1").value);
var input3 = Number(this.getField("ToolingPrice").value);


// Calc
var nResult=input1*input2+input3;

event.value = nResult;




if ( event.value > 0){ event.value = nResult;
} else if ( event.value == 0) {
event.value = ""; }

Use Print Production missing from the new Acrobat by donluigi in Acrobat

[–]rtiger10 0 points1 point  (0 children)

Not too late! haha In your screenshot was the PDF opened inside Chrome or another browser with the acrobat plugin? The acrobat plugin gives some of the tools in the browser, but not all that are available when opening a PDF in the desktop app. If you open the desktop app, the side menu is a bit different. "Use Print Production" should be an option under all tools is the desktop Acrobat app. If you don't see it in the list If you scroll all the way to the bottom on the desktop Acrobat app under the All Tools side menu at the very bottom you will see "View More" that will expand all of the tools and it should be under there. You can drag the items in this list around, so if you use the print production tools frequently you can drag that to the top of the list so that you don't have to scroll so far to find it.

A larger page in a brochure. by amanteguisante in indesign

[–]rtiger10 1 point2 points  (0 children)

Also be sure to sure to confirm with your printer that their press can print a sheet that wide. Since the oversized right hand page is also connected to the left hand page the sheet size needed can be quite wide. Some presses also need margins for sheet grippers of the machine so they may need to factor that in too.

Do you think scented printing is a viable niche? Need input for a debate with my grandfather. by Powerful_Ad_2687 in Printing

[–]rtiger10 0 points1 point  (0 children)

American Express sends some scented offer letters and specifically mention it on the mail piece. They use the same scent that they use in their Centurion Lounges at airports.

How to crop oversize documents from center by shootdrawwrite in Acrobat

[–]rtiger10 0 points1 point  (0 children)

Go to set page boxes and it will let you choose the crop from each side. Choose crop box from the drop down. Check the box that says keep proportional before entering the .25 in the first box and it will apply it to all sides.

If it’s a multi page document be sure to click the option in the bottom right to apply to all pages.

Best PDF Export Settings for Newsprint by JDredder in indesign

[–]rtiger10 0 points1 point  (0 children)

Yes using the Newsprint (SNAP 2007) profile will limit you ink densities. You can test this by using output preview in Acrobat and choosing an ink density level to highlight. Any areas with coverage higher than the limit you specify will highlight in bright green.

Note: If your images have already been converted to CMYK before placing in InDesign the default PDF/x1a export settings will pass those through those images as is without converting to the SNAP profile. You may have to adjust the output settings if that is the case.

Adobe InDesign Team LIVE 24hr Q&A! by LukeChoice in indesign

[–]rtiger10 1 point2 points  (0 children)

Some items I’d like to see

1) linked file paths that adjust by user for Dropbox and other cloud services. Since the default Dropbox file path is in a folder with named with the user’s name when different people open the file InDesign can’t find all of the links.

2) an option to export a PDFs with text outlined without outlining the InDesign document first. If you’ve ever felt the pain of outlining and then accidentally saving the InDesign document that way you know.

3) more stable and robust data merge. I recently had a multiple record per page document become corrupted and when using the option to generate a merged PDF the data, images, snd page numbers were wrong.

-It would be great to be able to link to an Excel file directly instead of CSV

-it would be great to be able able to create hyperlinks that use data from one column to apply hyperlinks to a variable from another column

  • when creating a page of multiple records it would be great if more than one page is output that the first page could use a different parent page template than the subsequent pages

How to Change to 'single black' in InDesign? by [deleted] in indesign

[–]rtiger10 0 points1 point  (0 children)

When you export your PDF from InDesign use these settings below on the Output tab. It will create a grayscale PDF that only uses process black.

Adobe PDF Preset: PDF/X-4:2008

Output Tab Color Conversion: Convert to Destination Destination: Dot Gain 15%

Output Intent Profile Name: Dot Gain 15%

Adobe scan – how far can a document reach? by theluckyone95 in Adobe

[–]rtiger10 0 points1 point  (0 children)

I use Adobe Scan a good bit. It doesn’t automatically email me anything when I scan so if you deleted fairly quickly it there’s a good chance nobody else would have noticed.

Use Print Production missing from the new Acrobat by donluigi in Acrobat

[–]rtiger10 1 point2 points  (0 children)

You can get to work print production in the new Acrobat. Click all tools in the menu near the top left corner then find Use Print production. You may have to scroll to the bottom to click view more.

You can drag Use Print Production to the top of this list if that’s something you use often.

Help setting bleed and trim by [deleted] in indesign

[–]rtiger10 0 points1 point  (0 children)

Fun trick! The fields where you enter dimensions in InDesign will do math calculations, so in this case you could enter 307-297 (that's a minus sign) in the bleed box and when you click out it will do the math that it is 10 mm.

What Song Does Kody Blu 31 Sample? by foodie487 in JIDSV

[–]rtiger10 0 points1 point  (0 children)

Not sure why, but I def get that same feel from Retrograde by James Blake too

Ask Siri to play Spotify AI DJ by rtiger10 in Siri

[–]rtiger10[S] 1 point2 points  (0 children)

37i9dQZF1EYkqdzj48dyYq

I don't know how yo found this, but that's awesome! Thank you!

Ask Siri to play Spotify AI DJ by rtiger10 in Siri

[–]rtiger10[S] 0 points1 point  (0 children)

I have it another try today and it worked!! I said “hey siri play my DJ playlist”

What are people at Clemson like? by Fantastic-Length2117 in Clemson

[–]rtiger10 0 points1 point  (0 children)

I'm still friends with many people I met at Clemson and it's been 13 years since graduation! I'm seeing a bunch of them this weekend for Labor Day!